Home
last modified time | relevance | path

Searched refs:tmp_fl (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/mtd/parsers/
Dredboot.c73 struct fis_list *fl = NULL, *tmp_fl; in parse_redboot_partitions() local
230 for (tmp_fl = fl; tmp_fl->next; tmp_fl = tmp_fl->next) { in parse_redboot_partitions()
231 …if (tmp_fl->img->flash_base + tmp_fl->img->size + master->erasesize <= tmp_fl->next->img->flash_ba… in parse_redboot_partitions()
285 tmp_fl = fl; in parse_redboot_partitions()
287 kfree(tmp_fl); in parse_redboot_partitions()