From: Daeseok Youn Date: Fri, 14 Mar 2014 09:08:43 +0000 (+0900) Subject: staging: cxt1e1: remove redundant memset() call X-Git-Tag: v3.15-rc1~139^2~202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ddd113297288d521faeb551ea575513dfb37828;p=pandora-kernel.git staging: cxt1e1: remove redundant memset() call The banner array doens't need to set to 0. sprintf() adds a terminating '\0'. And the sn array can be declared and initialized to zero. So remove redundant memset() with zero. Remove unnecessary cast for memcpy(). Signed-off-by: Daeseok Youn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed