diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2019-07-09 02:12:32 +0300 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2019-08-04 14:32:47 +0300 |
commit | 9aac0fbd471bf09b614b2038faddc91f53b788bb (patch) | |
tree | eca6021e44d0d61eb873bc15250dfa0b9eaa0f00 /drivers/base | |
parent | cb1b5226cbdf0bc01dcdd8d422d4051fec1b77ef (diff) | |
download | linux-9aac0fbd471bf09b614b2038faddc91f53b788bb.tar.xz |
fm10k: explicitly return 0 on success path in function
In the fm10k_handle_resume function, return 0 explicitly at the end of
the function instead of returning the err value.
This was detected by cppcheck and resolves the following style warning
produced by that tool:
[fm10k_pci.c:2768] -> [fm10k_pci.c:2787]: (warning) Identical condition
'err', second condition is always false
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions