From: Akinobu Mita Date: Wed, 16 Feb 2011 14:47:51 +0000 (+0900) Subject: usb: isp1362-hcd: use bitmap_clear() and bitmap_set() X-Git-Tag: v2.6.39-rc1~472^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04b31c776f34d127b422da92899272a0b8cda21d;p=pandora-kernel.git usb: isp1362-hcd: use bitmap_clear() and bitmap_set() Use bitmap_set()/bitmap_clear() to fill/zero a region of a bitmap instead of doing set_bit()/clear_bit() each bit. Signed-off-by: Akinobu Mita Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed