From: Randy Dunlap Date: Wed, 6 Feb 2008 09:36:54 +0000 (-0800) Subject: cciss: use upper_32_bits() macro to eliminate warnings X-Git-Tag: v2.6.25-rc1~734 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=582539e5a0480f1e00e3b9ffbe50bd5b2f59a16f;p=pandora-kernel.git cciss: use upper_32_bits() macro to eliminate warnings Use upper_32_bits(x) macro to handle shifts that may be >= the width of the data type. drivers/block/cciss.c: In function 'do_cciss_request': drivers/block/cciss.c:2655: warning: right shift count >= width of type drivers/block/cciss.c:2656: warning: right shift count >= width of type drivers/block/cciss.c:2657: warning: right shift count >= width of type drivers/block/cciss.c:2658: warning: right shift count >= width of type Signed-off-by: Randy Dunlap Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed