diff options
author | 2013-06-04 15:44:00 +0100 | |
---|---|---|
committer | 2013-06-04 18:28:21 +0100 | |
commit | e916b80d2b1988e985abc0a1c85eca5b96c61f48 (patch) | |
tree | 33989028ad270fed5a1b6d3e4e2c864d77bac21a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | iio:callback buffer: free the scan_mask (diff) | |
download | linux-dev-e916b80d2b1988e985abc0a1c85eca5b96c61f48.tar.xz linux-dev-e916b80d2b1988e985abc0a1c85eca5b96c61f48.zip |
inkern: iio_device_put after incorrect return/goto
The code uses
return foo;
goto err_type;
when instead the form should have been
ret = foo;
goto err_type;
Here this causes a useful iio_device_put to be skipped.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions