From: Andy Shevchenko
Date: Mon, 4 Mar 2019 11:48:56 +0200
> 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
Applied, thanks Andy.
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
---
net/core/net-sysfs.c | 12 +---
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/net/core/net-sysfs.c