diff options
| author | Ben Hutchings <[email protected]> | 2012-09-11 18:25:13 +0100 |
|---|---|---|
| committer | Ben Hutchings <[email protected]> | 2012-12-01 00:26:11 +0000 |
| commit | bbec969b7f57a6ab5683145b99da869f99080e2a (patch) | |
| tree | 2474715e0ccabcd8cb0b5573b00e36a737d00cf9 /tools/perf/scripts/python/syscall-counts.py | |
| parent | b8e0251730775cc970d2453dedd454b8ae071dd9 (diff) | |
sfc: Fix check for failure of MC_CMD_FLUSH_RX_QUEUES
efx_mcdi_rpc_start() returns a negative value on error or zero on
success. However one caller that can't properly handle failure then
does WARN_ON(rc > 0). Change it to WARN_ON(rc < 0).
Signed-off-by: Ben Hutchings <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions