Re: [PATCH v1] bridge: Switch to bitmap_zalloc()
From: David Miller <davem@davemloft.net>
Date: 2018-09-01 10:24:19
Also in:
bridge
From: David Miller <davem@davemloft.net>
Date: 2018-09-01 10:24:19
Also in:
bridge
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Date: Thu, 30 Aug 2018 13:33:18 +0300
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>
Applied to net-next, thanks.