kernel: update kernel 4.4 to version 4.4.30
[openwrt/openwrt.git] / target / linux / layerscape / patches-4.4 / 1081-mtd-spi-nor-provide-default-erase_sector-implementat.patch
index 8becdd2905af607ad7376d84182abe7ad935a236..85f6cc6da9b3dcdfc9cc808ce2e573a97207974c 100644 (file)
@@ -69,7 +69,7 @@ Signed-off-by: Brian Norris <computersforpeace@gmail.com>
  
                        addr += mtd->erasesize;
                        len -= mtd->erasesize;
-@@ -1098,7 +1121,7 @@ static int set_quad_mode(struct spi_nor
+@@ -1099,7 +1122,7 @@ static int set_quad_mode(struct spi_nor
  static int spi_nor_check(struct spi_nor *nor)
  {
        if (!nor->dev || !nor->read || !nor->write ||
@@ -78,7 +78,7 @@ Signed-off-by: Brian Norris <computersforpeace@gmail.com>
                pr_err("spi-nor: please fill all the necessary fields!\n");
                return -EINVAL;
        }
-@@ -1299,6 +1322,12 @@ int spi_nor_scan(struct spi_nor *nor, co
+@@ -1300,6 +1323,12 @@ int spi_nor_scan(struct spi_nor *nor, co
                nor->addr_width = 3;
        }