X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fpistachio%2Fpatches-5.4%2F401-mtd-nor-support-mtd-name-from-device-tree.patch;h=69a8303d2bc3a459850798a629cdb29da70603d5;hb=e90e75b12c818c49704755b9e530491aee2d554c;hp=2d0b1cc634eeb52793ea3c1e84aed2644afa83f2;hpb=deceb039931cd8eb011a0eb65731f335662070d0;p=openwrt%2Fstaging%2Frmilecki.git diff --git a/target/linux/pistachio/patches-5.4/401-mtd-nor-support-mtd-name-from-device-tree.patch b/target/linux/pistachio/patches-5.4/401-mtd-nor-support-mtd-name-from-device-tree.patch index 2d0b1cc634e..69a8303d2bc 100644 --- a/target/linux/pistachio/patches-5.4/401-mtd-nor-support-mtd-name-from-device-tree.patch +++ b/target/linux/pistachio/patches-5.4/401-mtd-nor-support-mtd-name-from-device-tree.patch @@ -34,7 +34,7 @@ Signed-off-by: Abhimanyu Vishwakarma mtd->type = MTD_NORFLASH; --- a/drivers/mtd/mtdcore.c +++ b/drivers/mtd/mtdcore.c -@@ -778,6 +778,17 @@ out_error: +@@ -779,6 +779,17 @@ out_error: */ static void mtd_set_dev_defaults(struct mtd_info *mtd) {