Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359437
b: refs/heads/master
c: d4a0d60
h: refs/heads/master
i:
  359435: eb648ca
v: v3
  • Loading branch information
Tomas Henzl authored and James Bottomley committed Jan 29, 2013
1 parent 448fc0b commit defae8b
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: c0773b7cd5b1894d5a77dbe9b0c9a96d481fe485
refs/heads/master: d4a0d607e22013446a63e024a80e9106b3e30407
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/bnx2i/bnx2i_hwi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ int bnx2i_send_fw_iscsi_init_msg(struct bnx2i_hba *hba)
(1ULL << ISCSI_KCQE_COMPLETION_STATUS_PROTOCOL_ERR_LUN));
if (error_mask1) {
iscsi_init2.error_bit_map[0] = error_mask1;
mask64 &= (u32)(~mask64);
mask64 ^= (u32)(mask64);
mask64 |= error_mask1;
} else
iscsi_init2.error_bit_map[0] = (u32) mask64;
Expand Down

0 comments on commit defae8b

Please sign in to comment.