From 2df29e7bf2e99bfb085370753291083ae745b057 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Tue, 11 Dec 2012 01:20:48 +0100 Subject: [PATCH] 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-format-patch failed