From: Shannon Nelson Date: Thu, 13 Nov 2014 08:23:14 +0000 (+0000) Subject: i40e: let firmware catch the NVM busy error X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~32^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf06f7a9bafde62fa77e3fce4040355dfbceb894;p=pandora-kernel.git i40e: let firmware catch the NVM busy error The NVM update operations take time finish asynchronously, and follow-on update requests need to wait for the current one to finish. Early firmware didn't handle this well, so the code had to track the busy state. The released firmware handles the busy state correctly, returning I40E_AQ_RC_EBUSY if an update is still in progress, so the code no longer needs to track this. Change-ID: I6e6b4adc26d6dcc5fd7adfee5763423858a7d921 Signed-off-by: Shannon Nelson Acked-by: Greg Rose Tested-by: Jim Young Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed