Re: [Xen-devel] [PATCH v2] xen/ACPI: Switch to bitmap_zalloc()

2019-03-05 Thread Juergen Gross
On 04/03/2019 10:31, Andy Shevchenko wrote: > 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 Pushed to xen/tip.git for-linus-5.1a Juergen __

Re: [Xen-devel] [PATCH v2] xen/ACPI: Switch to bitmap_zalloc()

2019-03-04 Thread Juergen Gross
On 04/03/2019 10:31, Andy Shevchenko wrote: > 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 Reviewed-by: Juergen Gross Juergen ___

[Xen-devel] [PATCH v2] xen/ACPI: Switch to bitmap_zalloc()

2019-03-04 Thread Andy Shevchenko
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 --- - added one more missed conversion drivers/xen/xen-acpi-processor.c | 22 +++--- 1 file changed, 11 insert