From: Cyril Roelandt Date: Tue, 4 Dec 2012 20:41:07 +0000 (+0100) Subject: staging: csr: remove unneeded call to memset(). X-Git-Tag: v3.9-rc1~127^2~554 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78855c7a7c3db183ddb311cd832a137ef7a5e83a;p=pandora-kernel.git staging: csr: remove unneeded call to memset(). In uf_send_pkt_to_encrypt(), the memory area zeroed by this call to memset() is overwritten by a call to memcpy() a few instructions later, so it is not needed. Signed-off-by: Cyril Roelandt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed