commit | 29ca1c5a4b4b4da8741f1a1204c3ab22f3cb1059 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Mar 04 11:48:56 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 04 10:20:39 2019 -0800 |
tree | 30f490b5df0bb8bac0a89007ef1003ff3767ae33 | |
parent | 214fa1c43758bcc5f488bbe558c3e7dd325ac077 [diff] |
net-sysfs: 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>