OSDN Git Service

USB: wusbcore: Switch to bitmap_zalloc()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 30 Aug 2018 10:30:11 +0000 (13:30 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2018 18:08:21 +0000 (20:08 +0200)
commit1973d029d6e91c2e364492a01e53cc8e7cc66b34
treec4a72b73b838025e60064b90b3a75e15ad45556b
parent9d20bca54b6a92dff75e85dce29b202847b48232
USB: wusbcore: Switch to bitmap_zalloc()

Switch to bitmap_zalloc() to show clearly what we are allocating.
Besides that it returns pointer of bitmap type instead of opaque void *.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/wusbcore/wa-rpipe.c