Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3487
b: refs/heads/master
c: 467b341
h: refs/heads/master
i:
  3485: 04df0ec
  3483: ebb07c7
  3479: d9d8884
  3471: 21247b6
  3455: ae1236c
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Jun 27, 2005
1 parent c152c2c commit d2fe865
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b0c1480491a9e2d9d34368e09e6acddbb173515
refs/heads/master: 467b3417f9985b9a83ccebef2d4e07e3e8a9495e
6 changes: 3 additions & 3 deletions trunk/drivers/net/skge.c
Original file line number Diff line number Diff line change
Expand Up @@ -2692,10 +2692,10 @@ static void skge_pci_clear(struct skge_hw *hw)
{
u16 status;

status = skge_read16(hw, SKGEPCI_REG(PCI_STATUS));
pci_read_config_word(hw->pdev, PCI_STATUS, &status);
skge_write8(hw, B2_TST_CTRL1, TST_CFG_WRITE_ON);
skge_write16(hw, SKGEPCI_REG(PCI_STATUS),
status | PCI_STATUS_ERROR_BITS);
pci_write_config_word(hw->pdev, PCI_STATUS,
status | PCI_STATUS_ERROR_BITS);
skge_write8(hw, B2_TST_CTRL1, TST_CFG_WRITE_OFF);
}

Expand Down

0 comments on commit d2fe865

Please sign in to comment.