Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71379
b: refs/heads/master
c: 0280f9f
h: refs/heads/master
i:
  71377: 8b4e0af
  71375: 0e3d7bb
v: v3
  • Loading branch information
Badari Pulavarty authored and Jeff Garzik committed Oct 18, 2007
1 parent 4057c53 commit faa6ac8
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: 6ad6c75626cf8b69cd28ae0a81227503a7c3966e
refs/heads/master: 0280f9f90b4c53e23f8ca98e581eb02f1a598a1a
2 changes: 1 addition & 1 deletion trunk/drivers/net/3c59x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ vortex_up(struct net_device *dev)
struct vortex_private *vp = netdev_priv(dev);
void __iomem *ioaddr = vp->ioaddr;
unsigned int config;
int i, mii_reg1, mii_reg5, err;
int i, mii_reg1, mii_reg5, err = 0;

if (VORTEX_PCI(vp)) {
pci_set_power_state(VORTEX_PCI(vp), PCI_D0); /* Go active */
Expand Down

0 comments on commit faa6ac8

Please sign in to comment.