diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-07-26 13:06:14 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-08-06 15:36:51 +0300 |
commit | 937a194ae8651b434c4b4c62fe94099f41a93e14 (patch) | |
tree | 68c2f156657c5a6c550fe39064a2897be95a31c7 /tools/perf/scripts/python/syscall-counts.py | |
parent | dfc7a8f7c857369c3cee4aa4c12d6c8da7aa1597 (diff) | |
download | linux-937a194ae8651b434c4b4c62fe94099f41a93e14.tar.xz |
ipw2x00: remove redundant assignment to err
Variable err is initialized to a value that is never read and it
is re-assigned later. The initialization is redundant and can
be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions