Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195714
b: refs/heads/master
c: 15af974
h: refs/heads/master
v: v3
  • Loading branch information
Vasu Dev authored and James Bottomley committed May 17, 2010
1 parent 26feeae commit e82dc1d
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: fb83153d7308e1344f1d4a2e287b6aaab2f6d14c
refs/heads/master: 15af974dcb22914f29aeb9a9cac5879b0dc3860e
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@ static void fcoe_if_destroy(struct fc_lport *lport)

/* Release the Scsi_Host */
scsi_host_put(lport->host);
module_put(THIS_MODULE);
}

/**
Expand Down Expand Up @@ -2034,7 +2035,6 @@ static int fcoe_destroy(const char *buffer, struct kernel_param *kp)
fcoe_interface_cleanup(fcoe);
/* RTNL mutex is dropped by fcoe_if_destroy */
fcoe_if_destroy(fcoe->ctlr.lp);
module_put(THIS_MODULE);

out_putdev:
dev_put(netdev);
Expand Down

0 comments on commit e82dc1d

Please sign in to comment.