diff options
author | Alexey Klimov <klimov.linux@gmail.com> | 2015-06-30 20:04:07 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-07 14:12:50 +0200 |
commit | 99622f56110ee8cbfe8ecf2dd5e666f67cf4bb97 (patch) | |
tree | ba00ff9a8609da1218dd7127bab4a03f30cfd409 /drivers/spi/spi-dw.c | |
parent | Linux 4.2-rc1 (diff) | |
download | linux-99622f56110ee8cbfe8ecf2dd5e666f67cf4bb97.tar.xz linux-99622f56110ee8cbfe8ecf2dd5e666f67cf4bb97.zip |
spi/rockchip: remove unnecessary memset of rockchip_spi
Memory for struct rockchip_spi 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>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-dw.c')
0 files changed, 0 insertions, 0 deletions