]> git.baikalelectronics.ru Git - kernel.git/commit
usb: isp1362-hcd: use bitmap_clear() and bitmap_set()
authorAkinobu Mita <akinobu.mita@gmail.com>
Wed, 16 Feb 2011 14:47:51 +0000 (23:47 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 19:00:24 +0000 (11:00 -0800)
commit054a9deefe06088dc1dcc0e4656de65218eef7a6
tree1ec5d989e4630e1d347bc08c0e0d8091f40ae956
parent1c3c46191ff76dc9c2c72a6488c1c60ef579fb56
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 <akinobu.mita@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/isp1362-hcd.c