From: Jacob Keller Date: Wed, 3 Sep 2014 08:12:55 +0000 (+0000) Subject: ixgbe: return integer from ixgbe_acquire_msix_vectors X-Git-Tag: fixes-against-v3.18-rc2~81^2~27^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7de3c6e8154c0d0398127bcc09977e260fdff55;p=pandora-kernel.git ixgbe: return integer from ixgbe_acquire_msix_vectors Similar to how ixgbevf handles acquiring MSI-X vectors, we can return an error code instead of relying on the flag being set. This makes it more clear that we have failed to setup MSI-X mode, and also will make it easier to consolidate MSI-X related code all into the single function. Signed-off-by: Jacob Keller Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed