diff options
| author | Julia Lawall <[email protected]> | 2015-04-05 09:06:22 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2015-05-01 07:00:31 -0300 |
| commit | 50f2468ea0bfa1f93e47b433399ccb1b82f6818d (patch) | |
| tree | 4a828b38285c769c8db4c2f5ee349755d9fc4a2a /tools/perf/scripts/python | |
| parent | de73e1321c263aa6760ca79b99af2600c9b4ac32 (diff) | |
[media] si4713: fix error return code
Return a negative error code on failure.
A simplified version of the semantic match that finds this problem is as
follows: (http://coccinelle.lip6.fr/)
// <smpl>
@@
identifier ret; expression e1,e2;
@@
(
if (\(ret < 0\|ret != 0\))
{ ... return ret; }
|
ret = 0
)
... when != ret = e1
when != &ret
*if(...)
{
... when != ret = e2
when forall
return ret;
}
// </smpl>
Signed-off-by: Julia Lawall <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions