From: Catherine Sullivan Date: Wed, 9 Jul 2014 07:46:17 +0000 (+0000) Subject: i40e: Fix firmware API version errors X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~92^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aa67613172734d5d6be99db019e57e453f76862;p=pandora-kernel.git i40e: Fix firmware API version errors Reword the error messages. Also add a major version check because We only want to warn on nvm_minor > expected_minor if nvm_major == expected_major. Lastly, change an if to an else if because the two statements will never evaluate to true at the same time. Change-ID: I6ddf9986f26b35f6879cbeac4fcef04a8497a383 Signed-off-by: Catherine Sullivan Tested-by: Jim Young Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed