diff options
| author | Dominik Karol PiÄ…tkowski <dominik.karol.piatkowski@protonmail.com> | 2026-01-16 17:48:05 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-27 16:04:06 +0100 |
| commit | f9d2893ff9e8871bac046c569a794f47fba3bae4 (patch) | |
| tree | d09ae1fc8e5f28546d598450034e55df7c0ef9e3 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 59e2e6b5620f689ebc9967dda744d5f1d90180b1 (diff) | |
| download | linux-f9d2893ff9e8871bac046c569a794f47fba3bae4.tar.gz linux-f9d2893ff9e8871bac046c569a794f47fba3bae4.zip | |
gpib: eastwood: Fix the *allocate_private retval check
Change
if (retval < 0)
return retval;
into
if (retval)
return retval;
as it is more fitting in this case.
Signed-off-by: Dominik Karol PiÄ…tkowski <dominik.karol.piatkowski@protonmail.com>
Link: https://patch.msgid.link/20260116174647.317256-10-dominik.karol.piatkowski@protonmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
