diff options
Diffstat (limited to 'drivers/s390/cio/device_id.c')
-rw-r--r-- | drivers/s390/cio/device_id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/device_id.c b/drivers/s390/cio/device_id.c index 4728644ed85c..78a0b43862c5 100644 --- a/drivers/s390/cio/device_id.c +++ b/drivers/s390/cio/device_id.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include "device.h" | 21 | #include "device.h" |
22 | #include "io_sch.h" | 22 | #include "io_sch.h" |
23 | 23 | ||
24 | #define SENSE_ID_RETRIES 5 | 24 | #define SENSE_ID_RETRIES 256 |
25 | #define SENSE_ID_TIMEOUT (10 * HZ) | 25 | #define SENSE_ID_TIMEOUT (10 * HZ) |
26 | #define SENSE_ID_MIN_LEN 4 | 26 | #define SENSE_ID_MIN_LEN 4 |
27 | #define SENSE_ID_BASIC_LEN 7 | 27 | #define SENSE_ID_BASIC_LEN 7 |