i40e: Update error messaging
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Mon, 26 Oct 2015 23:44:35 +0000 (19:44 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 2 Dec 2015 06:52:18 +0000 (22:52 -0800)
commit2b2426a760764017cb53ffae128c87b7808dcf11
treecd25df9102c6748313e17522766c8950822ac41d
parent66f9af855a4df146713866f6076207edea44a4f5
i40e: Update error messaging

This patch fixes an issue where adminq init failures always provided
a message that NVM was newer than expected.  This is not always the
case for init_adminq failures. Without this patch, if adminq init
fails for any reason, newer NVM message would be given.  This
problem is fixed by adding  a check for that specific error
condition and a different hopefully helpful message otherwise.

Change-ID: Iaeaebee4e398989eae40bb70f943ab66a3a521a5
Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c