spi/s3c24xx: remove unnecessary memset of s3c24xx_spi
authorAlexey Klimov <klimov.linux@gmail.com>
Tue, 30 Jun 2015 18:03:58 +0000 (21:03 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 7 Jul 2015 12:11:27 +0000 (13:11 +0100)
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 <klimov.linux@gmail.com>
Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-s3c24xx.c

Simple merge