aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2018-10-19 19:16:15 +0100
committerJeff Kirsher <[email protected]>2018-11-07 09:47:01 -0800
commit14b21cec85858001b2134c0ac251fb8673d7ad67 (patch)
tree3f62155ccef0c053a09ce3136168e7b603a21acc /tools/perf/scripts/python
parent84cfa53740e137a7ead9aab26e1ad0704fe21caa (diff)
igc: fix error return handling from call to netif_set_real_num_tx_queues
The call to netif_set_real_num_tx_queues is not assigning the error return to variable err even though the next line checks err for an error. Fix this by adding the missing err assignment. Detected by CoverityScan, CID#1474551 ("Logically dead code") Fixes: 3df25e4c1e66 ("igc: Add interrupt support") Signed-off-by: Colin Ian King <[email protected]> Acked-by: Sasha Neftin <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions