[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)
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>

No differences found