X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ad01160aa28cdabb28fe7357193db82c66a65846..ac19ad9ae47b97d9e0cd9d7775cbb3589c5602bf:/target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch 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 5ba3037b5..93edda312 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 @@ -1,4 +1,4 @@ -From 1025bfbe327b3f9f7227e781c71751d5251803cb Mon Sep 17 00:00:00 2001 +From e01dcc2835017b55e936bd150ddab29bfcf2c63c Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 11 Jan 2012 22:19:32 +0100 Subject: [PATCH 6/7] spi/ath79: add shutdown handler @@ -10,7 +10,7 @@ Signed-off-by: Gabor Juhos --- a/drivers/spi/spi-ath79.c +++ b/drivers/spi/spi-ath79.c -@@ -262,7 +262,7 @@ err_put_master: +@@ -296,7 +296,7 @@ err_put_master: return ret; } @@ -19,7 +19,7 @@ Signed-off-by: Gabor Juhos { struct ath79_spi *sp = platform_get_drvdata(pdev); -@@ -271,13 +271,23 @@ static __devexit int ath79_spi_remove(st +@@ -307,13 +307,23 @@ static __devexit int ath79_spi_remove(st iounmap(sp->base); platform_set_drvdata(pdev, NULL); spi_master_put(sp->bitbang.master);