aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-4.19/411-mtd-partial_eraseblock_write.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-02-15 11:09:35 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-02-15 21:53:27 +0100
commitca13820d134db3ee4c0c6c75ae9dde2aeb75a905 (patch)
tree42b19da32ec51c5aa98edf4cf30107f4d2e122ab /target/linux/generic/pending-4.19/411-mtd-partial_eraseblock_write.patch
parent3967376eb73acd8948f510462bd266fb8c9e95d6 (diff)
downloadupstream-ca13820d134db3ee4c0c6c75ae9dde2aeb75a905.tar.gz
upstream-ca13820d134db3ee4c0c6c75ae9dde2aeb75a905.tar.bz2
upstream-ca13820d134db3ee4c0c6c75ae9dde2aeb75a905.zip
kernel: bump 4.19 to 4.19.23
Refreshed all patches. Compile-tested on: cns3xxx Runtime-tested on: cns3xxx Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/pending-4.19/411-mtd-partial_eraseblock_write.patch')
-rw-r--r--target/linux/generic/pending-4.19/411-mtd-partial_eraseblock_write.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.19/411-mtd-partial_eraseblock_write.patch b/target/linux/generic/pending-4.19/411-mtd-partial_eraseblock_write.patch
index 0b5e4005ff..bf9822fda8 100644
--- a/target/linux/generic/pending-4.19/411-mtd-partial_eraseblock_write.patch
+++ b/target/linux/generic/pending-4.19/411-mtd-partial_eraseblock_write.patch
@@ -98,7 +98,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
return ret;
}
-@@ -535,19 +602,22 @@ static struct mtd_part *allocate_partiti
+@@ -539,19 +606,22 @@ static struct mtd_part *allocate_partiti
remainder = do_div(tmp, wr_alignment);
if ((slave->mtd.flags & MTD_WRITEABLE) && remainder) {
/* Doesn't start on a boundary of major erase size */