X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fbackport-4.9%2F062-v4.11-0003-mtd-spi-nor-remove-WARN_ONCE-message-in-spi_nor_writ.patch;h=790b557611d4b322e33003f07d97a86f0772d343;hb=dd0a213bedd2f751fef1b1b9212192b31b92dee5;hp=731ef21bb8f001a97fa554d2ea830b6e07ace97e;hpb=74d00a8c3849c1340efd713eb94b786e304c201f;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/target/linux/generic/backport-4.9/062-v4.11-0003-mtd-spi-nor-remove-WARN_ONCE-message-in-spi_nor_writ.patch b/target/linux/generic/backport-4.9/062-v4.11-0003-mtd-spi-nor-remove-WARN_ONCE-message-in-spi_nor_writ.patch index 731ef21bb8..790b557611 100644 --- a/target/linux/generic/backport-4.9/062-v4.11-0003-mtd-spi-nor-remove-WARN_ONCE-message-in-spi_nor_writ.patch +++ b/target/linux/generic/backport-4.9/062-v4.11-0003-mtd-spi-nor-remove-WARN_ONCE-message-in-spi_nor_writ.patch @@ -21,7 +21,7 @@ Acked-by: Boris Brezillon --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c -@@ -1263,9 +1263,6 @@ static int spi_nor_write(struct mtd_info +@@ -1269,9 +1269,6 @@ static int spi_nor_write(struct mtd_info page_offset = do_div(aux, nor->page_size); }