From: Cyril Roelandt Date: Tue, 11 Dec 2012 00:20:48 +0000 (+0100) Subject: staging: rtl8712: avoid a useless call to memset(). X-Git-Tag: v3.9-rc1~127^2~502 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2df29e7bf2e99bfb085370753291083ae745b057;p=pandora-kernel.git staging: rtl8712: avoid a useless call to memset(). In r8711_wx_get_wap(), make sure we do not call memcpy() on a memory area that has just been zeroed by a call to memset(). Signed-off-by: Cyril Roelandt Acked-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed