diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-07-01 00:32:10 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-07-01 00:32:10 +0000 |
commit | ee00711ff8aea18194dd685f0916cced2addb5ba (patch) | |
tree | ed500f5b93ae18493d90514ef512a8b30b40eccc /target/linux/cns3xxx/patches-3.18 | |
parent | da318364ff2a71c8c9b3e683733d42c5eb2ba58b (diff) | |
download | upstream-ee00711ff8aea18194dd685f0916cced2addb5ba.tar.gz upstream-ee00711ff8aea18194dd685f0916cced2addb5ba.tar.bz2 upstream-ee00711ff8aea18194dd685f0916cced2addb5ba.zip |
CC: kernel: update 3.18 to 3.18.17
Changelog:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.17
Backport of r46150.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46155 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx/patches-3.18')
-rw-r--r-- | target/linux/cns3xxx/patches-3.18/075-spi_support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-3.18/075-spi_support.patch b/target/linux/cns3xxx/patches-3.18/075-spi_support.patch index 16a91f1a56..87494b043c 100644 --- a/target/linux/cns3xxx/patches-3.18/075-spi_support.patch +++ b/target/linux/cns3xxx/patches-3.18/075-spi_support.patch @@ -26,7 +26,7 @@ obj-$(CONFIG_SPI_DESIGNWARE) += spi-dw.o --- a/drivers/spi/spi-bitbang.c +++ b/drivers/spi/spi-bitbang.c -@@ -332,6 +332,10 @@ static int spi_bitbang_transfer_one(stru +@@ -335,6 +335,10 @@ static int spi_bitbang_transfer_one(stru */ if (!m->is_dma_mapped) t->rx_dma = t->tx_dma = 0; |