diff options
author | 2014-01-13 17:12:09 +0100 | |
---|---|---|
committer | 2014-01-13 15:24:18 -0800 | |
commit | ff11917d4f1b03d19dcc3c5f3ad813e428c21f40 (patch) | |
tree | e4f7aa3a5f48f130385e0529d108f20f31e992c8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Staging: rts5139: rts51x_card: fixed style issues (diff) | |
download | linux-dev-ff11917d4f1b03d19dcc3c5f3ad813e428c21f40.tar.xz linux-dev-ff11917d4f1b03d19dcc3c5f3ad813e428c21f40.zip |
staging: tidspbridge: adjust error return code (bugfix)
The variable status is initialized to either 0 or an error code. Return
status to propagate the error value.
A simplified version of the semantic patch that fixes this problem is as
follows: (http://coccinelle.lip6.fr/)
// <smpl>
@@
type T;
identifier i;
constant c;
@@
-T i;
<... when != i
-i = c;
...>
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
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