]> asedeno.scripts.mit.edu Git - linux.git/commit
spi/rockchip: remove redundant call to spi_master_put()
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Tue, 11 Nov 2014 13:22:51 +0000 (15:22 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 12 Nov 2014 15:04:18 +0000 (15:04 +0000)
commitdfcc2e3549b5d57886d4ce6b4762bd4b64f6f945
tree2ab6e7cb0a62e51ff12af29af2e39ba4dec5f5db
parentf114040e3ea6e07372334ade75d1ee0775c355e1
spi/rockchip: remove redundant call to spi_master_put()

The call to spi_master_put() in rockchip_spi_remove() is redundant since
the master is registered using devm_. This patch removes it.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-rockchip.c