be2net: Add 60 second delay to allow FAT dump completion on recovery from EEH

Add 60s delay before timeout on polling Bit 31 so that FAT dump can
complete when reset occurs.

Signed-off-by: Somnath Kotur <somnath.kotur@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Somnath Kotur 2011-10-03 08:10:57 +00:00 коммит произвёл David S. Miller
Родитель 09994d1b09
Коммит 3ab81b5f42
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -398,7 +398,7 @@ int be_cmd_POST(struct be_adapter *adapter)
} else {
return 0;
}
} while (timeout < 40);
} while (timeout < 60);
dev_err(dev, "POST timeout; stage=0x%x\n", stage);
return -1;