From: Christophe JAILLET Date: Sun, 4 Jun 2023 04:42:01 +0000 (+0200) Subject: mtd: mtdpart: Drop useless LIST_HEAD X-Git-Tag: v6.6.7~2542^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6db02fdfdca0cf39b4d66950451d7f22b72a9031;p=platform%2Fkernel%2Flinux-starfive.git mtd: mtdpart: Drop useless LIST_HEAD 'tmp_list' is unused, so drop it. Signed-off-by: Christophe JAILLET Signed-off-by: Miquel Raynal Link: https://lore.kernel.org/linux-mtd/547248195d87d1240d6126d13eb1364b1a0b634d.1685853690.git.christophe.jaillet@wanadoo.fr --- diff --git a/drivers/mtd/mtdpart.c b/drivers/mtd/mtdpart.c index 85f5ee6..a46affb 100644 --- a/drivers/mtd/mtdpart.c +++ b/drivers/mtd/mtdpart.c @@ -326,7 +326,6 @@ static int __mtd_del_partition(struct mtd_info *mtd) static int __del_mtd_partitions(struct mtd_info *mtd) { struct mtd_info *child, *next; - LIST_HEAD(tmp_list); int ret, err = 0; list_for_each_entry_safe(child, next, &mtd->partitions, part.node) {