X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/91207ae10128bd35e281e65858f33163ec17b38c..53d65a1c4a68c4b00d0d8f65b7578042c03ff280:/target/linux/gemini/patches/100-mtd-physmap-try-static-partitions-first.patch?ds=sidebyside diff --git a/target/linux/gemini/patches/100-mtd-physmap-try-static-partitions-first.patch b/target/linux/gemini/patches/100-mtd-physmap-try-static-partitions-first.patch index 887dab0b7..2c085e1ce 100644 --- a/target/linux/gemini/patches/100-mtd-physmap-try-static-partitions-first.patch +++ b/target/linux/gemini/patches/100-mtd-physmap-try-static-partitions-first.patch @@ -1,6 +1,6 @@ --- a/drivers/mtd/maps/physmap.c +++ b/drivers/mtd/maps/physmap.c -@@ -170,6 +170,13 @@ static int physmap_flash_probe(struct pl +@@ -173,6 +173,13 @@ static int physmap_flash_probe(struct pl goto err_out; #ifdef CONFIG_MTD_PARTITIONS @@ -14,7 +14,7 @@ err = parse_mtd_partitions(info->cmtd, part_probe_types, &info->parts, 0); if (err > 0) { -@@ -177,13 +184,6 @@ static int physmap_flash_probe(struct pl +@@ -180,13 +187,6 @@ static int physmap_flash_probe(struct pl info->nr_parts = err; return 0; }