diff options
| author | Colin Ian King <[email protected]> | 2020-04-25 13:44:48 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-04-28 15:55:15 +0200 |
| commit | 56731c68f335ff0ce49e7d8f4fb45eb7805629be (patch) | |
| tree | 2282493ae4a9a233637e21eed8676b345ea478bd /tools/perf/scripts/python/stackcollapse.py | |
| parent | 724142f8c42a7b01dbf9738eb00d7addbad6f862 (diff) | |
drivers: uio: remove redundant assignment to variable retval
The variable retval is being initialized with a value that is
never read and it is being updated later with a new value. The
initialization is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions