kernel: refresh patches
[openwrt.git] / target / linux / ramips / patches-3.14 / 0104-rt5350-spi-second-device.patch
index 64c4150..6cad8db 100644 (file)
        unsigned count = 0;
        u8 *rx = xfer->rx_buf;
        const u8 *tx = xfer->tx_buf;
-@@ -279,9 +335,9 @@ rt2880_spi_write_read(struct spi_device
+@@ -279,9 +335,9 @@ rt2880_spi_write_read(struct spi_device 
  
        if (tx) {
                for (count = 0; count < xfer->len; count++) {
                        if (err) {
                                dev_err(&spi->dev, "TX failed, err=%d\n", err);
                                goto out;
-@@ -291,13 +347,13 @@ rt2880_spi_write_read(struct spi_device
+@@ -291,13 +347,13 @@ rt2880_spi_write_read(struct spi_device 
  
        if (rx) {
                for (count = 0; count < xfer->len; count++) {
                }
        }
  
-@@ -364,7 +420,7 @@ mt7621_spi_write_read(struct spi_device
+@@ -364,7 +420,7 @@ mt7621_spi_write_read(struct spi_device 
        trans |= SPI_CTL_START;
        rt2880_spi_write(rs, MT7621_SPI_TRANS, trans);