kernel: refresh patches
[openwrt/openwrt.git] / target / linux / ramips / patches-3.14 / 0104-rt5350-spi-second-device.patch
index 64c415008053f9fa36bd18ed4b7a7fd37eb6e6dc..6cad8dbd0c651f8eee0e5a333b04cd0595a5c2a6 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);