From: Tomas Henzl Date: Tue, 3 Jul 2012 08:08:41 +0000 (+0200) Subject: [SCSI] bnx2i: fix the bit manipulation when setting the error mask X-Git-Tag: v3.9-rc1~45^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4a0d607e22013446a63e024a80e9106b3e30407;p=pandora-kernel.git [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 Acked-by: Eddie Wai Signed-off-by: James Bottomley --- Reading git-diff-tree failed