diff options
author | 2014-03-11 05:57:56 +0000 | |
---|---|---|
committer | 2014-03-31 15:48:01 -0700 | |
commit | 6425f0f353b91c2edad65a7e7d1362d1787d26fd (patch) | |
tree | 0636f839bc9e9c2a7f21fce5997ddde6b30823a1 /lib | |
parent | ixgbe: fix race conditions on queuing skb for HW time stamp (diff) | |
download | wireguard-linux-6425f0f353b91c2edad65a7e7d1362d1787d26fd.tar.xz wireguard-linux-6425f0f353b91c2edad65a7e7d1362d1787d26fd.zip |
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 <sakiwit@gmail.com>
Acked-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions