From: Daeseok Youn Date: Sun, 9 Mar 2014 23:56:55 +0000 (+0900) Subject: staging: cxt1e1: remove redundant memset() call X-Git-Tag: v3.15-rc1~139^2~203 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14eec444302c97a692a9cdc556f7590355610f92;p=pandora-kernel.git staging: cxt1e1: remove redundant memset() call The name array doens't need to set to 0. Because sprintf/snprintf adds a terminating '\0'. And also it doesn't need to assign name array address to np pointer. Signed-off-by: Daeseok Youn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed