diff options
Diffstat (limited to 'drivers/firewire/fw-device.c')
-rw-r--r-- | drivers/firewire/fw-device.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/fw-device.c b/drivers/firewire/fw-device.c index 5db666fd265b..71976571c807 100644 --- a/drivers/firewire/fw-device.c +++ b/drivers/firewire/fw-device.c | |||
@@ -592,8 +592,8 @@ static struct device_type fw_device_type = { | |||
592 | * aggressive than that, since it scales pretty well; if 10 devices | 592 | * aggressive than that, since it scales pretty well; if 10 devices |
593 | * are plugged in, they're all getting read within one second. */ | 593 | * are plugged in, they're all getting read within one second. */ |
594 | 594 | ||
595 | #define MAX_RETRIES 5 | 595 | #define MAX_RETRIES 10 |
596 | #define RETRY_DELAY (2 * HZ) | 596 | #define RETRY_DELAY (3 * HZ) |
597 | #define INITIAL_DELAY (HZ / 2) | 597 | #define INITIAL_DELAY (HZ / 2) |
598 | 598 | ||
599 | static void fw_device_init(struct work_struct *work) | 599 | static void fw_device_init(struct work_struct *work) |