summaryrefslogtreecommitdiffstats
path: root/COPYING
diff options
context:
space:
mode:
authorPeter Senna Tschudin <peter.senna@gmail.com>2012-09-04 08:05:04 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-23 13:42:45 -0300
commita84b17e20f51dbc4f5c0aedb00d66f4f7d2ede8d (patch)
tree5c75784f93bf6c9b8688728e06346685b64aa922 /COPYING
parent6ea7cf7680d872d199ae3d87c5897def3b8da1f7 (diff)
[media] drivers/media/rc/ati_remote.c: fix error return code
Convert a nonnegative error return code to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } | ret@p1 = 0 ) ... when != ret = e1 when != &ret *if(...) { ... when != ret = e2 when forall return ret; } // </smpl> Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions