From 5ddd113297288d521faeb551ea575513dfb37828 Mon Sep 17 00:00:00 2001 From: Daeseok Youn Date: Fri, 14 Mar 2014 18:08:43 +0900 Subject: [PATCH] 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-format-patch failed