From: Alexey Klimov Date: Tue, 30 Jun 2015 18:03:58 +0000 (+0300) Subject: spi/s3c24xx: remove unnecessary memset of s3c24xx_spi X-Git-Tag: omap-for-v4.3/fixes-merge-window~33^2~2^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=385a9c8fccc0308dbd8182c57b29a95e01e29688;p=pandora-kernel.git spi/s3c24xx: remove unnecessary memset of s3c24xx_spi Memory for this struct is allocated by spi_alloc_master() using kzalloc() so it doesn't need to be set to 0 one more time. Signed-off-by: Alexey Klimov Reviewed-by: Daniel Kurtz Signed-off-by: Mark Brown --- Reading git-diff-tree failed