Re: [PATCH] misc: mic: Replace kmalloc with kzalloc in the error message

2020-05-28 Thread Greg KH
On Fri, May 29, 2020 at 09:01:21AM +0800, Yi Wang wrote: > From: Liao Pingfang > > Use kzalloc instead of kmalloc in the error message according to > the previous kzalloc() call. > > Signed-off-by: Liao Pingfang > --- > drivers/misc/mic/host/mic_main.c | 2 +- > 1 file changed, 1 insertion(+),

[PATCH] misc: mic: Replace kmalloc with kzalloc in the error message

2020-05-28 Thread Yi Wang
From: Liao Pingfang Use kzalloc instead of kmalloc in the error message according to the previous kzalloc() call. Signed-off-by: Liao Pingfang --- drivers/misc/mic/host/mic_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/mic/host/mic_main.c b/drivers/mis