1
0
Fork 0

mtd: chips: gen_probe: kill useless initializer in mtd_do_chip_probe()

The 'mtd' local variable is initialized but this value is never used,
thus kill that initializer.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
alistair/sunxi64-5.4-dsi
Sergei Shtylyov 2019-07-03 23:26:27 +03:00 committed by Vignesh Raghavendra
parent 5f9e832c13
commit f454b43a56
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ static int genprobe_new_chip(struct map_info *map, struct chip_probe *cp,
struct mtd_info *mtd_do_chip_probe(struct map_info *map, struct chip_probe *cp)
{
struct mtd_info *mtd = NULL;
struct mtd_info *mtd;
struct cfi_private *cfi;
/* First probe the map to see if we have CFI stuff there. */