]> git.baikalelectronics.ru Git - kernel.git/commit
bridge: Switch to bitmap_zalloc()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 30 Aug 2018 10:33:18 +0000 (13:33 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Sep 2018 06:13:04 +0000 (23:13 -0700)
commitcf78b2f0d1bb331fb4a5be2ed2a03b920c6731c2
tree80af9b0134f7c7eccb2852fc0b304dace1c69076
parent9d067d7d38a683b7e9170f46845d873a3431c4d2
bridge: 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: David S. Miller <davem@davemloft.net>
net/bridge/br_if.c
net/bridge/br_vlan.c