diff options
Diffstat (limited to 'arch/powerpc/kernel/eeh_driver.c')
-rw-r--r-- | arch/powerpc/kernel/eeh_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/eeh_driver.c b/arch/powerpc/kernel/eeh_driver.c index 36bed5a12750..4ef59c33777f 100644 --- a/arch/powerpc/kernel/eeh_driver.c +++ b/arch/powerpc/kernel/eeh_driver.c | |||
@@ -468,7 +468,7 @@ static int eeh_reset_device(struct eeh_pe *pe, struct pci_bus *bus) | |||
468 | /* The longest amount of time to wait for a pci device | 468 | /* The longest amount of time to wait for a pci device |
469 | * to come back on line, in seconds. | 469 | * to come back on line, in seconds. |
470 | */ | 470 | */ |
471 | #define MAX_WAIT_FOR_RECOVERY 150 | 471 | #define MAX_WAIT_FOR_RECOVERY 300 |
472 | 472 | ||
473 | static void eeh_handle_normal_event(struct eeh_pe *pe) | 473 | static void eeh_handle_normal_event(struct eeh_pe *pe) |
474 | { | 474 | { |