Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195615
b: refs/heads/master
c: ce2d763
h: refs/heads/master
i:
  195613: 57aacd8
  195611: 49b3f9c
  195607: a0e20da
  195599: b3146f2
  195583: 32a9275
v: v3
  • Loading branch information
Anil Veerabhadrappa authored and James Bottomley committed Apr 11, 2010
1 parent a192f45 commit 1c55d9f
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: 2e15efc7e1f99f56896b89fad9d13baac3c635f9
refs/heads/master: ce2d763a2cd09513cb0c0e9ea52c30373c00b2f1
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/bnx2i/bnx2i_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ static int bnx2i_init_one(struct bnx2i_hba *hba, struct cnic_dev *cnic)
int rc;

mutex_lock(&bnx2i_dev_lock);
hba->cnic = cnic;
rc = cnic->register_device(cnic, CNIC_ULP_ISCSI, hba);
if (!rc) {
hba->age++;
Expand Down Expand Up @@ -324,8 +325,7 @@ void bnx2i_ulp_init(struct cnic_dev *dev)
if (bnx2i_init_one(hba, dev)) {
printk(KERN_ERR "bnx2i - hba %p init failed\n", hba);
bnx2i_free_hba(hba);
} else
hba->cnic = dev;
}
}


Expand Down

0 comments on commit 1c55d9f

Please sign in to comment.