Searched refs:old_mtdparts (Results 1 – 1 of 1) sorted by relevance
202 static char *old_mtdparts; in mtd_probe_devices() local217 if ((!mtdparts && !old_mtdparts && !mtdids && !old_mtdids) || in mtd_probe_devices()218 (mtdparts && old_mtdparts && mtdids && old_mtdids && in mtd_probe_devices()220 !strcmp(mtdparts, old_mtdparts) && in mtd_probe_devices()225 free(old_mtdparts); in mtd_probe_devices()227 old_mtdparts = strdup(mtdparts); in mtd_probe_devices()