wrong field index in at_wini env_parse call
This commit is contained in:
parent
a2485b346c
commit
dcfaf50f79
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ PRIVATE void init_params()
|
|||
env_parse("ata_pci_debug", "d", 0, &w_pci_debug, 0, 1);
|
||||
env_parse("ata_instance", "d", 0, &w_instance, 0, 8);
|
||||
env_parse(NO_DMA_VAR, "d", 0, &disable_dma, 0, 1);
|
||||
env_parse("ata_id_timeout", "d", WAKEUP_SECS, &wakeup_secs, 1, 60);
|
||||
env_parse("ata_id_timeout", "d", 0, &wakeup_secs, 1, 60);
|
||||
env_parse("atapi_debug", "d", 0, &atapi_debug, 0, 1);
|
||||
|
||||
w_identify_wakeup_ticks = wakeup_secs * system_hz;
|
||||
|
|
Loading…
Reference in a new issue