X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e0b80e41eb0b24e76285b9355725d2f4f66ada50..8b4aee843bbd9d4e87e2c63b9c6d9d34c142a272:/target/linux/ar71xx/patches-3.2/206-spi-ath79-add-shutdown-handler.patch?ds=sidebyside 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 555d6fd79..5ba3037b5 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 --- 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 { 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);