aboutsummaryrefslogtreecommitdiff
path: root/ipc
diff options
context:
space:
mode:
authorGravatar Julia Lawall <Julia.Lawall@lip6.fr> 2012-08-16 21:46:56 +0000
committerGravatar David S. Miller <davem@davemloft.net> 2012-08-20 02:33:21 -0700
commit82a820e8d75f7f3fcd1af24609da79d7d89d5450 (patch)
tree6ae71c98b2310e795bde9b236c6db97bb0ea739f /ipc
parentsmsc75xx: add missing entry to MAINTAINERS (diff)
downloadlinux-82a820e8d75f7f3fcd1af24609da79d7d89d5450.tar.gz
linux-82a820e8d75f7f3fcd1af24609da79d7d89d5450.tar.bz2
linux-82a820e8d75f7f3fcd1af24609da79d7d89d5450.zip
drivers/net/wimax/i2400m/fw.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> @@ identifier ret; expression e1,e2; @@ if (ret < 0) { ... return ret; } ... when != ret = e1 when forall *if(...) { ... when != ret = e2 * return ret; } // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions