lkml.org 
[lkml]   [2019]   [Oct]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 6/6] staging: exfat: replace kmalloc with kmalloc_array
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@gmail.com>
> ---
> 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

\
 
 \ /
  Last update: 2019-10-30 10:43    [W:0.045 / U:2.512 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site