From: Tapasweni Pathak Date: Tue, 21 Oct 2014 04:18:20 +0000 (+0530) Subject: staging: rtl8188eu: os_dep: Replaced kzalloc and memcpy with kmemdup X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1047 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=705515cdcdf972ad9df4d1a9874d0e94a3cad517;p=pandora-kernel.git staging: rtl8188eu: os_dep: Replaced kzalloc and memcpy with kmemdup Replaced calls to kzalloc followed by memcpy with a single call to kmemdup. Patch found using coccicheck. Signed-off-by: Tapasweni Pathak Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed