kernel: bump 4.9 to 4.9.87
[openwrt/openwrt.git] / target / linux / generic / backport-4.9 / 061-v4.10-0002-mtd-spi-nor-fix-spansion-quad-enable.patch
index cd0aa4660a9e7fb591bad78243d57b315720a2f1..c5e29c7c1f2d314621f9759d3e4586d847d62a17 100644 (file)
@@ -26,8 +26,8 @@ Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
 
 --- a/drivers/mtd/spi-nor/spi-nor.c
 +++ b/drivers/mtd/spi-nor/spi-nor.c
-@@ -1256,6 +1256,13 @@ static int spansion_quad_enable(struct s
-               return -EINVAL;
+@@ -1263,6 +1263,13 @@ static int spansion_quad_enable(struct s
+               return ret;
        }
  
 +      ret = spi_nor_wait_till_ready(nor);