Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161120
b: refs/heads/master
c: 5892c32
h: refs/heads/master
v: v3
  • Loading branch information
Chris Leech authored and James Bottomley committed Sep 10, 2009
1 parent 4260071 commit 2da5fa4
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: a4b7cfaee487caef913be978dce60896fe741268
refs/heads/master: 5892c32f8a2d5a37d4c2ff1df62f6e8a2664abdb
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1900,7 +1900,9 @@ static int __init fcoe_init(void)
/* Setup link change notification */
fcoe_dev_setup();

fcoe_if_init();
rc = fcoe_if_init();
if (rc)
goto out_free;

return 0;

Expand Down

0 comments on commit 2da5fa4

Please sign in to comment.