mediatek: refresh patches
CI says patches need to be refreshed, so do so.
Fixes: 6bb334c5cf
("mediatek: fix u-boot env layout NVMEM definitions")
Link: https://github.com/openwrt/openwrt/pull/16051
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
ee8c05f9b6
commit
a8ecd8a909
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ Subject: [PATCH] kernel: add block fit partition parser
|
||||||
#ifdef CONFIG_SGI_PARTITION
|
#ifdef CONFIG_SGI_PARTITION
|
||||||
sgi_partition,
|
sgi_partition,
|
||||||
#endif
|
#endif
|
||||||
@@ -462,6 +468,11 @@ static struct block_device *add_partitio
|
@@ -464,6 +470,11 @@ static struct block_device *add_partitio
|
||||||
goto out_del;
|
goto out_del;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ Subject: [PATCH] kernel: add block fit partition parser
|
||||||
/* everything is up and running, commence */
|
/* everything is up and running, commence */
|
||||||
err = xa_insert(&disk->part_tbl, partno, bdev, GFP_KERNEL);
|
err = xa_insert(&disk->part_tbl, partno, bdev, GFP_KERNEL);
|
||||||
if (err)
|
if (err)
|
||||||
@@ -654,6 +665,11 @@ static bool blk_add_partition(struct gen
|
@@ -656,6 +667,11 @@ static bool blk_add_partition(struct gen
|
||||||
(state->parts[p].flags & ADDPART_FLAG_RAID))
|
(state->parts[p].flags & ADDPART_FLAG_RAID))
|
||||||
md_autodetect_dev(part->bd_dev);
|
md_autodetect_dev(part->bd_dev);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue