diff options
author | Wei Yongjun <weiyj.lk@gmail.com> | 2016-07-26 17:57:55 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-27 21:00:16 +0300 |
commit | 2932c287108e2987454449b8214eae6db066da85 (patch) | |
tree | 5cf8afa0c0eedcd5678bec5f2ad65ebefe4d6d30 /drivers/sh/pm_runtime.c | |
parent | c2b08cede727387a5e19b40fa8e1a1e3a53e8527 (diff) | |
download | linux-2932c287108e2987454449b8214eae6db066da85.tar.xz |
spi: img-spfi: Remove spi_master_put in img_spfi_remove()
The call to spi_master_put() in img_spfi_remove() is redundant since
the master is registered using devm_spi_register_master() and no
reference hold by using spi_master_get() in img_spfi_remove().
This is detected by Coccinelle semantic patch.
Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/sh/pm_runtime.c')
0 files changed, 0 insertions, 0 deletions