From: Cyril Roelandt Date: Sun, 2 Dec 2012 02:40:22 +0000 (+0100) Subject: staging: vt6656: remove a useless call to memset(). X-Git-Tag: v3.9-rc1~127^2~584 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4d8bcd945c92c7da4b05f93c060e38b559065f0;p=pandora-kernel.git staging: vt6656: remove a useless call to memset(). This call is followed by a call to memcpy() on the same memory area, so it can be safely removed. Signed-off-by: Cyril Roelandt Acked-by: Marcos Paulo de Souza Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed