kernel: Make the patches apply on top of 4.19
[openwrt/openwrt.git] / target / linux / generic / pending-4.19 / 131-spi-use-gpio_set_value_cansleep-for-setting-chipsele.patch
index 9603385aed9693d7fd01ce92914c0dfe767db360..bd5ed6f88867dc9b068dcc69cfcefdcc7aa1b208 100644 (file)
@@ -9,7 +9,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 
 --- a/drivers/spi/spi.c
 +++ b/drivers/spi/spi.c
-@@ -729,7 +729,7 @@ static void spi_set_cs(struct spi_device
+@@ -733,7 +733,7 @@ static void spi_set_cs(struct spi_device
                enable = !enable;
  
        if (gpio_is_valid(spi->cs_gpio)) {