aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorJacob Keller <[email protected]>2019-07-08 16:12:29 -0700
committerJeff Kirsher <[email protected]>2019-08-04 04:20:42 -0700
commitd9ecd1f748f2ddb7cc15d56acadbc90b3ce235a9 (patch)
treebffb0bede921353c7c365aa919c978710efb07aa /tools/perf/scripts/python/export-to-sqlite.py
parent9e8fb25254f76cb483303d8e9a97ed80a65418fe (diff)
fm10k: remove unnecessary variable initializer
The err variable in the fm10k_tlv_attr_parse function is initialized with zero. However, the function never reads err without first assigning it from a function call. Remove this unnecessary initialization. This was detected by cppcheck and resolves the following warning produced by that tool: [fm10k_tlv.c:498]: (style) Variable 'err' is assigned a value that is never used. Signed-off-by: Jacob Keller <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions