Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/fmc/
Dfmc-dump.c16 static int fmc_must_dump_eeprom; variable
17 module_param_named(dump_eeprom, fmc_must_dump_eeprom, int, 0644);
49 if (!fmc_must_dump_eeprom) in fmc_dump_eeprom()