diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-01-28 13:19:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-01-28 13:19:43 +0000 |
commit | 405a0f390567dc8be1b3ad598f76d77e332bdfa3 (patch) | |
tree | 3795dd6986b39f6aaebdfecd39741ca486e68e5b /target/linux/ar71xx/patches-3.2/205-spi-ath79-introduce-ath79_spi_-en-dis-able-helpers.patch | |
parent | 478d9fc97e9d8e8ce922edc6fd9ec3599be548d3 (diff) | |
download | mtk-20170518-405a0f390567dc8be1b3ad598f76d77e332bdfa3.zip mtk-20170518-405a0f390567dc8be1b3ad598f76d77e332bdfa3.tar.gz mtk-20170518-405a0f390567dc8be1b3ad598f76d77e332bdfa3.tar.bz2 |
refresh 3.2 patches
SVN-Revision: 29934
Diffstat (limited to 'target/linux/ar71xx/patches-3.2/205-spi-ath79-introduce-ath79_spi_-en-dis-able-helpers.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.2/205-spi-ath79-introduce-ath79_spi_-en-dis-able-helpers.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.2/205-spi-ath79-introduce-ath79_spi_-en-dis-able-helpers.patch b/target/linux/ar71xx/patches-3.2/205-spi-ath79-introduce-ath79_spi_-en-dis-able-helpers.patch index bf18ede..1324f18 100644 --- a/target/linux/ar71xx/patches-3.2/205-spi-ath79-introduce-ath79_spi_-en-dis-able-helpers.patch +++ b/target/linux/ar71xx/patches-3.2/205-spi-ath79-introduce-ath79_spi_-en-dis-able-helpers.patch @@ -9,7 +9,7 @@ Subject: [PATCH 5/7] spi/ath79: introduce ath79_spi_{en,dis}able helpers --- a/drivers/spi/spi-ath79.c +++ b/drivers/spi/spi-ath79.c -@@ -89,16 +89,8 @@ static void ath79_spi_chipselect(struct +@@ -89,16 +89,8 @@ static void ath79_spi_chipselect(struct } @@ -53,7 +53,7 @@ Subject: [PATCH 5/7] spi/ath79: introduce ath79_spi_{en,dis}able helpers status = 0; if (spi->chip_select) { -@@ -134,11 +145,6 @@ static void ath79_spi_cleanup_cs(struct +@@ -134,11 +145,6 @@ static void ath79_spi_cleanup_cs(struct struct ath79_spi_controller_data *cdata = spi->controller_data; gpio_free(cdata->gpio); } |