Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224801
b: refs/heads/master
c: 63657b9
h: refs/heads/master
i:
  224799: 9f13e2a
v: v3
  • Loading branch information
Sathya Perla authored and David S. Miller committed Dec 6, 2010
1 parent 4e68524 commit 2f74f4f
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: c56b4d90123b77e29a91b9b96bb791f929139d8e
refs/heads/master: 63657b9c319588cd35ed869e19cc6255dbef0d20
2 changes: 1 addition & 1 deletion trunk/drivers/net/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2901,7 +2901,7 @@ static int __devinit be_probe(struct pci_dev *pdev,
pci_set_drvdata(pdev, adapter);

status = be_dev_family_check(adapter);
if (!status)
if (status)
goto free_netdev;

adapter->netdev = netdev;
Expand Down

0 comments on commit 2f74f4f

Please sign in to comment.