Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21142
b: refs/heads/master
c: cca4aa8
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn / snakebyte authored and Jeff Garzik committed Jan 27, 2006
1 parent df5cf5f commit 88661db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7e0b58f32fb5e9c958078a6d722a7d0b230346a7
refs/heads/master: cca4aa83c79bcd571b06c83c50ea63cb75f1c2bb
2 changes: 1 addition & 1 deletion trunk/drivers/net/tulip/winbond-840.c
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@ static int w840_suspend (struct pci_dev *pdev, pm_message_t state)

/* no more hardware accesses behind this line. */

if (np->csr6) BUG();
BUG_ON(np->csr6);
if (ioread32(ioaddr + IntrEnable)) BUG();

/* pci_power_off(pdev, -1); */
Expand Down

0 comments on commit 88661db

Please sign in to comment.