summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorJacob Keller <jacob.e.keller@intel.com>2019-07-09 02:12:29 +0300
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2019-08-04 14:20:42 +0300
commitd9ecd1f748f2ddb7cc15d56acadbc90b3ce235a9 (patch)
treebffb0bede921353c7c365aa919c978710efb07aa /tools/perf/scripts/python/exported-sql-viewer.py
parent9e8fb25254f76cb483303d8e9a97ed80a65418fe (diff)
downloadlinux-d9ecd1f748f2ddb7cc15d56acadbc90b3ce235a9.tar.xz
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 <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 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions