Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/
Dmtdchar.c615 uint32_t ur_idx; in mtdchar_ioctl() local
619 if (get_user(ur_idx, &(ur->regionindex))) in mtdchar_ioctl()
622 if (ur_idx >= mtd->numeraseregions) in mtdchar_ioctl()
625 kr = &(mtd->eraseregions[ur_idx]); in mtdchar_ioctl()