diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index d3defae689ca..74e034ea9016 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -293,8 +293,8 @@ enum { | |||
293 | ATA_EHI_DID_RESET = ATA_EHI_DID_SOFTRESET | ATA_EHI_DID_HARDRESET, | 293 | ATA_EHI_DID_RESET = ATA_EHI_DID_SOFTRESET | ATA_EHI_DID_HARDRESET, |
294 | ATA_EHI_RESET_MODIFIER_MASK = ATA_EHI_RESUME_LINK, | 294 | ATA_EHI_RESET_MODIFIER_MASK = ATA_EHI_RESUME_LINK, |
295 | 295 | ||
296 | /* max repeat if error condition is still set after ->error_handler */ | 296 | /* max tries if error condition is still set after ->error_handler */ |
297 | ATA_EH_MAX_REPEAT = 5, | 297 | ATA_EH_MAX_TRIES = 5, |
298 | 298 | ||
299 | /* how hard are we gonna try to probe/recover devices */ | 299 | /* how hard are we gonna try to probe/recover devices */ |
300 | ATA_PROBE_MAX_TRIES = 3, | 300 | ATA_PROBE_MAX_TRIES = 3, |
@@ -581,6 +581,7 @@ struct ata_port { | |||
581 | u32 msg_enable; | 581 | u32 msg_enable; |
582 | struct list_head eh_done_q; | 582 | struct list_head eh_done_q; |
583 | wait_queue_head_t eh_wait_q; | 583 | wait_queue_head_t eh_wait_q; |
584 | int eh_tries; | ||
584 | 585 | ||
585 | pm_message_t pm_mesg; | 586 | pm_message_t pm_mesg; |
586 | int *pm_result; | 587 | int *pm_result; |