diff options
-rw-r--r-- | drivers/scsi/hpsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h index 7eec39716dc7..7a4ee7335a46 100644 --- a/drivers/scsi/hpsa.h +++ b/drivers/scsi/hpsa.h | |||
@@ -130,7 +130,7 @@ struct ctlr_info { | |||
130 | #define HPSA_BUS_RESET_MSG 2 | 130 | #define HPSA_BUS_RESET_MSG 2 |
131 | #define HPSA_HOST_RESET_MSG 3 | 131 | #define HPSA_HOST_RESET_MSG 3 |
132 | #define HPSA_MSG_SEND_RETRY_LIMIT 10 | 132 | #define HPSA_MSG_SEND_RETRY_LIMIT 10 |
133 | #define HPSA_MSG_SEND_RETRY_INTERVAL_MSECS 1000 | 133 | #define HPSA_MSG_SEND_RETRY_INTERVAL_MSECS (10000) |
134 | 134 | ||
135 | /* Maximum time in seconds driver will wait for command completions | 135 | /* Maximum time in seconds driver will wait for command completions |
136 | * when polling before giving up. | 136 | * when polling before giving up. |