From: John W Linville Date: Wed, 14 Jan 2015 03:06:28 +0000 (+0000) Subject: i40e: avoid use of uninitialized v_budget in i40e_init_msix X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~5^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83840e4bd5a3ae0022e5cdd02bde149338b6b499;p=pandora-kernel.git i40e: avoid use of uninitialized v_budget in i40e_init_msix This I40E_FCOE block increments v_budget before it has been initialized, then v_budget gets overwritten a few lines later. This patch just reorders the code hunks in what I believe was the intended sequence. Coverity: CID 1260099 Signed-off-by: John W Linville Tested-by: Jim Young Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed