Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332896
b: refs/heads/master
c: 0968a9d
h: refs/heads/master
v: v3
  • Loading branch information
Peter Senna Tschudin authored and David S. Miller committed Oct 7, 2012
1 parent ac25d00 commit a6307ce
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 52428d9169f8b4c26e806fb7473833bce3077de5
refs/heads/master: 0968a9d1c8f1d0d91e64faf49f6b1ef4f8775aa6
4 changes: 3 additions & 1 deletion trunk/drivers/net/ethernet/sis/sis900.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,10 @@ static int __devinit sis900_probe(struct pci_dev *pci_dev,

/* IO region. */
ioaddr = pci_iomap(pci_dev, 0, 0);
if (!ioaddr)
if (!ioaddr) {
ret = -ENOMEM;
goto err_out_cleardev;
}

sis_priv = netdev_priv(net_dev);
sis_priv->ioaddr = ioaddr;
Expand Down

0 comments on commit a6307ce

Please sign in to comment.