Skip to content
Commit 385a9c8f authored by Alexey Klimov's avatar Alexey Klimov Committed by Mark Brown
Browse files

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: default avatarAlexey Klimov <klimov.linux@gmail.com>
Reviewed-by: default avatarDaniel Kurtz <djkurtz@chromium.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent d770e558
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment