Randy Dunlap 582539e5a0 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 <randy.dunlap@oracle.com>
Cc: <mike.miller@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-06 10:41:03 -08:00
..
2008-02-03 17:09:38 +02:00
2007-10-29 11:33:05 +01:00
2008-02-06 10:41:01 -08:00
2007-10-23 15:49:55 +10:00
2008-01-28 10:36:37 +01:00
2008-01-28 10:36:42 +01:00
2008-02-01 14:34:47 -08:00
2008-01-29 21:54:53 +01:00