From: Hema Prathaban Date: Tue, 14 May 2013 15:31:22 +0000 (+0530) Subject: staging: rtl8192e: Use kmemdup for duplicating memory X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~745 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dea0da1fff9ec1fcfc989e13cde451d5e7604ce;p=pandora-kernel.git staging: rtl8192e: Use kmemdup for duplicating memory Instead of allocating memory (kmalloc) and copying (memcpy) from source, memory can be duplicated using kmemdup Signed-off-by: Hema Prathaban Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed