Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198595
b: refs/heads/master
c: 556ae19
h: refs/heads/master
i:
  198593: 21964b5
  198591: 3f41886
v: v3
  • Loading branch information
Sarveshwar Bandi authored and David S. Miller committed May 25, 2010
1 parent 1fc2402 commit 6c58f69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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: d9b52dc6fd1fbb2bad645cbc86a60f984c1cb179
refs/heads/master: 556ae19110f2de5ace4733e0c19e5fa01fad08b3
10 changes: 6 additions & 4 deletions trunk/drivers/net/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2487,17 +2487,19 @@ static int __devinit be_probe(struct pci_dev *pdev,
status = be_cmd_POST(adapter);
if (status)
goto ctrl_clean;

status = be_cmd_reset_function(adapter);
if (status)
goto ctrl_clean;
}

/* tell fw we're ready to fire cmds */
status = be_cmd_fw_init(adapter);
if (status)
goto ctrl_clean;

if (be_physfn(adapter)) {
status = be_cmd_reset_function(adapter);
if (status)
goto ctrl_clean;
}

status = be_stats_init(adapter);
if (status)
goto ctrl_clean;
Expand Down

0 comments on commit 6c58f69

Please sign in to comment.