Re: [PATCH 6/6] staging: exfat: replace kmalloc with kmalloc_array

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Oct 30, 2019 at 02:03:28AM +0100, Roi Martin wrote:
> Replace expressions of the form:
> 	kmalloc(count * size, GFP_KERNEL);
> With:
> 	kmalloc_array(count, size, GFP_KERNEL);
> 
> Signed-off-by: Roi Martin <jroi.martin@xxxxxxxxx>
> ---
>  drivers/staging/exfat/exfat_core.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

This patch failed to apply.  Please fix it up and resend it as a new
version.

thanks,

greg k-h
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel



[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux