Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276825
b: refs/heads/master
c: ff1d031
h: refs/heads/master
i:
  276823: ad12d34
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Dec 14, 2011
1 parent 0ee79e8 commit 07b9532
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e1cd89c507b41e4021ce6fb0d19d230f6a932ccd
refs/heads/master: ff1d0319ac6a5fd859884b30c0a3cb6733b8fb2d
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/qla4xxx/ql4_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -1207,6 +1207,9 @@ qla4xxx_conn_create(struct iscsi_cls_session *cls_sess, uint32_t conn_idx)
DEBUG2(printk(KERN_INFO "Func: %s\n", __func__));
cls_conn = iscsi_conn_setup(cls_sess, sizeof(struct qla_conn),
conn_idx);
if (!cls_conn)
return NULL;

sess = cls_sess->dd_data;
ddb_entry = sess->dd_data;
ddb_entry->conn = cls_conn;
Expand Down

0 comments on commit 07b9532

Please sign in to comment.