[SCSI] bnx2i: fix the bit manipulation when setting the error mask
authorTomas Henzl <thenzl@redhat.com>
Tue, 3 Jul 2012 08:08:41 +0000 (10:08 +0200)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 29 Jan 2013 03:15:34 +0000 (14:15 +1100)
commitd4a0d607e22013446a63e024a80e9106b3e30407
tree0ceb000dc5a8b3dcb2fcf78c4afa3d3fca88fa0e
parentc0773b7cd5b1894d5a77dbe9b0c9a96d481fe485
[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>
drivers/scsi/bnx2i/bnx2i_hwi.c
This page took 0.024125 seconds and 5 git commands to generate.