diff options
author | Petr Štetiar <ynezz@true.cz> | 2022-10-20 07:47:54 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-10-20 09:53:23 +0200 |
commit | ae76c978c97e92667b65f6b06ff6c0f94190de99 (patch) | |
tree | 4a14453e63d634d1571c5831e34c27851fc3505d /target/linux/pistachio | |
parent | 329b583aad489c7aafef672a816e43eac4f9d437 (diff) | |
download | upstream-ae76c978c97e92667b65f6b06ff6c0f94190de99.tar.gz upstream-ae76c978c97e92667b65f6b06ff6c0f94190de99.tar.bz2 upstream-ae76c978c97e92667b65f6b06ff6c0f94190de99.zip |
pistachio: refresh kernel patches
Refresh dirty patches after commit 711f1a8bcbdd ("kernel: mtd: backport
SafeLoader parser").
Fixes: 711f1a8bcbdd ("kernel: mtd: backport SafeLoader parser")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/pistachio')
-rw-r--r-- | target/linux/pistachio/patches-5.10/401-mtd-nor-support-mtd-name-from-device-tree.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/pistachio/patches-5.10/401-mtd-nor-support-mtd-name-from-device-tree.patch b/target/linux/pistachio/patches-5.10/401-mtd-nor-support-mtd-name-from-device-tree.patch index 62f610492f..5b14d1f8cb 100644 --- a/target/linux/pistachio/patches-5.10/401-mtd-nor-support-mtd-name-from-device-tree.patch +++ b/target/linux/pistachio/patches-5.10/401-mtd-nor-support-mtd-name-from-device-tree.patch @@ -34,7 +34,7 @@ Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com> mtd->type = MTD_NORFLASH; --- a/drivers/mtd/mtdcore.c +++ b/drivers/mtd/mtdcore.c -@@ -851,6 +851,17 @@ out_error: +@@ -843,6 +843,17 @@ out_error: */ static void mtd_set_dev_defaults(struct mtd_info *mtd) { |