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

/linux-master/drivers/mtd/parsers/
H A Dredboot.c79 struct fis_list *fl = NULL, *tmp_fl; local
235 for (tmp_fl = fl; tmp_fl->next; tmp_fl = tmp_fl->next) {
236 if (tmp_fl->img->flash_base + tmp_fl->img->size + master->erasesize <= tmp_fl->next->img->flash_base) {
289 tmp_fl = fl;
291 kfree(tmp_fl);
[all...]

Completed in 290 milliseconds