From: Laurentiu Palcu Date: Tue, 11 Nov 2014 13:22:51 +0000 (+0200) Subject: spi/rockchip: remove redundant call to spi_master_put() X-Git-Tag: omap-for-v3.19/fixes-rc1~131^2~1^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfcc2e3549b5d57886d4ce6b4762bd4b64f6f945;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed