commit | 1f118bc479173bff44aa591bcfa065e68884f2c5 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Thu Nov 08 16:12:22 2012 -0800 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 23 14:27:22 2012 +0100 |
tree | a7bf03a91bbb82f138581607acaefb2a3f479384 | |
parent | 8d0ff3924bbad9fc53c3cc305d317033b16a5f05 [diff] |
cciss: cleanup bitops usage - Remove unnecessary correction of bit and address - Use BITS_TO_LONGS macro to calculate bitmap size - Use bitmap_zero() Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: Mike Miller <mike.miller@hp.com> Cc: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>