From: Michal Schmidt Date: Thu, 7 May 2015 18:37:10 +0000 (+0200) Subject: bnx2x: limit fw delay in kdump to 5s after boot X-Git-Tag: omap-for-v4.2/wakeirq-drivers~2^2~30^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd9c39977754d9602b5783a44f4af09530a58254;p=pandora-kernel.git bnx2x: limit fw delay in kdump to 5s after boot Commit 12a8541d5c82 "bnx2x: Delay during kdump load" added a 5 seconds delay to bnx2x's probe function in the kdump case to let the firmware realize the old driver is gone. The problem with the delay is that it is per-device, so if you have several bnx2x NICs in NPAR mode, the delays can accumulate to minutes. Fix it by adjusting the delay so that we do not wait more than necessary, i.e. no more delaying after 5 seconds of kernel boot time. Signed-off-by: Michal Schmidt Signed-off-by: David S. Miller --- Reading git-diff-tree failed