commit | d4a0d607e22013446a63e024a80e9106b3e30407 | [log] [tgz] |
---|---|---|
author | Tomas Henzl <thenzl@redhat.com> | Tue Jul 03 10:08:41 2012 +0200 |
committer | James Bottomley <JBottomley@Parallels.com> | Tue Jan 29 14:15:34 2013 +1100 |
tree | 0ceb000dc5a8b3dcb2fcf78c4afa3d3fca88fa0e | |
parent | c0773b7cd5b1894d5a77dbe9b0c9a96d481fe485 [diff] |
[SCSI] bnx2i: fix the bit manipulation when setting the error mask The intention in bnx2i_send_fw_iscsi_init_msg was to zero out only the lower 32bits, but instead the whole mask64 is zeroed. This patch fixes it. Signed-off-by: Tomas Henzl <thenzl@redhat.com> Acked-by: Eddie Wai <eddie.wai@broadcom.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>