summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-08 20:47:58 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-08 20:47:58 +0000
commit09c45f50d470817905efcabad462f7c8c24e99a3 (patch)
tree19646711097b77c1ee21f9ade0b6bf94594b4c79 /target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch
parentc126bed503fff658a0d6247513095531cf796154 (diff)
downloadmtk-20170518-09c45f50d470817905efcabad462f7c8c24e99a3.zip
mtk-20170518-09c45f50d470817905efcabad462f7c8c24e99a3.tar.gz
mtk-20170518-09c45f50d470817905efcabad462f7c8c24e99a3.tar.bz2
ar71xx: 3.2: get rid of an unused variable in ath79_spi.c
SVN-Revision: 30391
Diffstat (limited to 'target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch')
-rw-r--r--target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch b/target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch
index 555d6fd..5ba3037 100644
--- a/target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch
+++ b/target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch
@@ -10,7 +10,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
--- a/drivers/spi/spi-ath79.c
+++ b/drivers/spi/spi-ath79.c
-@@ -265,7 +265,7 @@ err_put_master:
+@@ -262,7 +262,7 @@ err_put_master:
return ret;
}
@@ -19,7 +19,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
{
struct ath79_spi *sp = platform_get_drvdata(pdev);
-@@ -274,13 +274,23 @@ static __devexit int ath79_spi_remove(st
+@@ -271,13 +271,23 @@ static __devexit int ath79_spi_remove(st
iounmap(sp->base);
platform_set_drvdata(pdev, NULL);
spi_master_put(sp->bitbang.master);