From 14eec444302c97a692a9cdc556f7590355610f92 Mon Sep 17 00:00:00 2001 From: Daeseok Youn Date: Mon, 10 Mar 2014 08:56:55 +0900 Subject: [PATCH] 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-format-patch failed