From: Akinobu Mita Date: Mon, 17 Mar 2008 12:32:02 +0000 (+0900) Subject: [SCSI] a100u2w: fix bitmap lookup routine X-Git-Tag: v2.6.25-rc7~58^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28aef2f7d9415b881c9145ab9b2c1c234064a243;p=pandora-kernel.git [SCSI] a100u2w: fix bitmap lookup routine This patch is only compile tested. It seems that bitmap lookup routine for allocation_map in a100u2w driver is simply wrong. It cannot lookup more than first 32 bits. If all first 32 bits are set, it just returns 33-th orc_scb even though the 33-th bit is not set. Signed-off-by: Akinobu Mita Tested-by: Alan Cox Signed-off-by: James Bottomley --- Reading git-diff-tree failed