From: Jean Sacren Date: Tue, 11 Mar 2014 05:57:56 +0000 (+0000) Subject: ixgbe: fix ixgbe_check_reset_blocked() declaration X-Git-Tag: v3.15-rc1~113^2~16^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6425f0f353b91c2edad65a7e7d1362d1787d26fd;p=pandora-kernel.git ixgbe: fix ixgbe_check_reset_blocked() declaration The commit c97506ab0e22 ("ixgbe: Add check for FW veto bit") introduced the new function ixgbe_check_reset_blocked() with a minor issue in declaration. Fix the declaration by changing the type specifier to bool as the definition returns a boolean value. Additionally all ixgbe_check_reset_blocked() callers are expected to return a boolean value. Signed-off-by: Jean Sacren Acked-by: Don Skidmore Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed