Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332895
b: refs/heads/master
c: 52428d9
h: refs/heads/master
i:
  332893: a12eadc
  332891: 179603e
  332887: 7a804b7
  332879: f143770
  332863: 4e2994b
v: v3
  • Loading branch information
Peter Senna Tschudin authored and David S. Miller committed Oct 7, 2012
1 parent 48e49fb commit ac25d00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5b896029e9c4c9fd67eed80b7400dd68bdd93f52
refs/heads/master: 52428d9169f8b4c26e806fb7473833bce3077de5
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/natsemi/natsemi.c
Original file line number Diff line number Diff line change
Expand Up @@ -947,8 +947,8 @@ static int __devinit natsemi_probe1 (struct pci_dev *pdev,
i = register_netdev(dev);
if (i)
goto err_register_netdev;

if (NATSEMI_CREATE_FILE(pdev, dspcfg_workaround))
i = NATSEMI_CREATE_FILE(pdev, dspcfg_workaround);
if (i)
goto err_create_file;

if (netif_msg_drv(np)) {
Expand Down

0 comments on commit ac25d00

Please sign in to comment.