From: Daeseok Youn Date: Thu, 3 Jul 2014 10:13:39 +0000 (+0900) Subject: staging: dgnc: remove redundant memset call X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f420c6c8e88cb25811b9f5acc99d843ede153aaf;p=pandora-kernel.git staging: dgnc: remove redundant memset call The brd is allocated by kzalloc() in dgnc_found_board() so do not need to set 0 to member variable. Signed-off-by: Daeseok Youn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed