Re: [PATCH] staging: exfat: make use of kmemdup

2019-09-08 Thread Greg Kroah-Hartman
On Sun, Sep 08, 2019 at 02:58:41PM +0530, haripra...@osuosl.org wrote: > From: Hariprasad Kelam > > fix below issue reported by coccicheck > drivers/staging//exfat/exfat_super.c:2709:26-33: WARNING opportunity for > kmemdup > > Signed-off-by: Hariprasad Kelam > --- > drivers/staging/exfat/exfa

[PATCH] staging: exfat: make use of kmemdup

2019-09-08 Thread hariprasad
From: Hariprasad Kelam fix below issue reported by coccicheck drivers/staging//exfat/exfat_super.c:2709:26-33: WARNING opportunity for kmemdup Signed-off-by: Hariprasad Kelam --- drivers/staging/exfat/exfat_super.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/s