diff options
author | Luka Perkov <luka@openwrt.org> | 2015-02-08 15:42:42 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-02-08 15:42:42 +0000 |
commit | 4b0fbf30726cf6807508b7025fef023439e07572 (patch) | |
tree | d1eb7cd69c5d7d1371ec053c2788b3287e6a8d16 /target/linux/ramips/patches-3.14/0051-rt5350-spi-second-device.patch | |
parent | 6b8f598ca648505d49993da4fbdbb4268b8aee10 (diff) | |
download | upstream-4b0fbf30726cf6807508b7025fef023439e07572.tar.gz upstream-4b0fbf30726cf6807508b7025fef023439e07572.tar.bz2 upstream-4b0fbf30726cf6807508b7025fef023439e07572.zip |
ramips: fix patches after 3.14.32 bump
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 44324
Diffstat (limited to 'target/linux/ramips/patches-3.14/0051-rt5350-spi-second-device.patch')
-rw-r--r-- | target/linux/ramips/patches-3.14/0051-rt5350-spi-second-device.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/patches-3.14/0051-rt5350-spi-second-device.patch b/target/linux/ramips/patches-3.14/0051-rt5350-spi-second-device.patch index 82f08b457d..2da815136a 100644 --- a/target/linux/ramips/patches-3.14/0051-rt5350-spi-second-device.patch +++ b/target/linux/ramips/patches-3.14/0051-rt5350-spi-second-device.patch @@ -189,7 +189,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> unsigned count = 0; u8 *rx = xfer->rx_buf; const u8 *tx = xfer->tx_buf; -@@ -213,9 +280,9 @@ rt2880_spi_write_read(struct spi_device +@@ -213,9 +280,9 @@ rt2880_spi_write_read(struct spi_device if (tx) { for (count = 0; count < xfer->len; count++) { @@ -202,7 +202,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> if (err) { dev_err(&spi->dev, "TX failed, err=%d\n", err); goto out; -@@ -225,13 +292,13 @@ rt2880_spi_write_read(struct spi_device +@@ -225,13 +292,13 @@ rt2880_spi_write_read(struct spi_device if (rx) { for (count = 0; count < xfer->len; count++) { |