From ca13820d134db3ee4c0c6c75ae9dde2aeb75a905 Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Fri, 15 Feb 2019 11:09:35 +0100 Subject: kernel: bump 4.19 to 4.19.23 Refreshed all patches. Compile-tested on: cns3xxx Runtime-tested on: cns3xxx Signed-off-by: Koen Vandeputte --- ...8-v4.21-mtd-improve-calculating-partition-boundaries-when-ch.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/backport-4.19/048-v4.21-mtd-improve-calculating-partition-boundaries-when-ch.patch') diff --git a/target/linux/generic/backport-4.19/048-v4.21-mtd-improve-calculating-partition-boundaries-when-ch.patch b/target/linux/generic/backport-4.19/048-v4.21-mtd-improve-calculating-partition-boundaries-when-ch.patch index 9bd07186d3..02296276b0 100644 --- a/target/linux/generic/backport-4.19/048-v4.21-mtd-improve-calculating-partition-boundaries-when-ch.patch +++ b/target/linux/generic/backport-4.19/048-v4.21-mtd-improve-calculating-partition-boundaries-when-ch.patch @@ -35,7 +35,7 @@ Signed-off-by: Boris Brezillon /* * MTD methods which simply translate the effective address and pass through -@@ -514,7 +523,7 @@ static struct mtd_part *allocate_partiti +@@ -518,7 +527,7 @@ static struct mtd_part *allocate_partiti if (!(slave->mtd.flags & MTD_NO_ERASE)) wr_alignment = slave->mtd.erasesize; @@ -44,7 +44,7 @@ Signed-off-by: Boris Brezillon remainder = do_div(tmp, wr_alignment); if ((slave->mtd.flags & MTD_WRITEABLE) && remainder) { /* Doesn't start on a boundary of major erase size */ -@@ -525,7 +534,7 @@ static struct mtd_part *allocate_partiti +@@ -529,7 +538,7 @@ static struct mtd_part *allocate_partiti part->name); } -- cgit v1.2.3