aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/myricom/myri10ge/myri10ge.c
diff options
context:
space:
mode:
authorJulia Lawall <julia.lawall@lip6.fr>2014-12-29 18:04:36 +0100
committerDavid S. Miller <davem@davemloft.net>2014-12-31 19:19:00 -0500
commit8a0a1f840f6cc09c20963b1938cb3c976378783d (patch)
tree9ba700e72adb2b3d12c8ae7375adc17d08a54827 /drivers/net/ethernet/myricom/myri10ge/myri10ge.c
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net (diff)
downloadlinux-dev-8a0a1f840f6cc09c20963b1938cb3c976378783d.tar.xz
linux-dev-8a0a1f840f6cc09c20963b1938cb3c976378783d.zip
net: Xilinx: 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 <Julia.Lawall@lip6.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions