From f420c6c8e88cb25811b9f5acc99d843ede153aaf Mon Sep 17 00:00:00 2001 From: Daeseok Youn Date: Thu, 3 Jul 2014 19:13:39 +0900 Subject: [PATCH] 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-format-patch failed