From: Paul Bolle Date: Thu, 21 Feb 2013 11:39:44 +0000 (+0100) Subject: [SCSI] aacraid: suppress two GCC warnings X-Git-Tag: v3.9-rc1~21^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98f99a8ac8d92fef74b61e8dd25df934afbbf843;p=pandora-kernel.git [SCSI] aacraid: suppress two GCC warnings Building src.o for a 32 bit system triggers two GCC warnings: drivers/scsi/aacraid/src.c: In function ‘aac_src_deliver_message’: drivers/scsi/aacraid/src.c:410:3: warning: right shift count >= width of type [enabled by default] drivers/scsi/aacraid/src.c:434:2: warning: right shift count >= width of type [enabled by default] These warnings are caused by a right shift of 32. Use upper_32_bits() to suppress them. Signed-off-by: Paul Bolle Cc: Mahesh Rajashekhara Signed-off-by: James Bottomley --- Reading git-diff-tree failed