summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Makefile
diff options
context:
space:
mode:
authorPeter Senna Tschudin <peter.senna@gmail.com>2012-09-04 13:05:04 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-23 18:42:45 +0200
commita84b17e20f51dbc4f5c0aedb00d66f4f7d2ede8d (patch)
tree5c75784f93bf6c9b8688728e06346685b64aa922 /drivers/media/rc/Makefile
parent[media] drivers/media/rc/redrat3.c: fix error return code (diff)
downloadlinux-a84b17e20f51dbc4f5c0aedb00d66f4f7d2ede8d.tar.xz
linux-a84b17e20f51dbc4f5c0aedb00d66f4f7d2ede8d.zip
[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 'drivers/media/rc/Makefile')
0 files changed, 0 insertions, 0 deletions