aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2015-04-05 12:06:31 +0000
committerRob Clark <[email protected]>2015-05-14 15:28:41 +0000
commit6128f1bec447cdaa42b61093e351697dbe1c72ed (patch)
treef5d64053b0f53873381542c783461a79ebeb6e63 /net/switchdev/switchdev.c
parentdrm: msm: Fix build when legacy fbdev support isn't set (diff)
downloadkernel-6128f1bec447cdaa42b61093e351697dbe1c72ed.tar.gz
kernel-6128f1bec447cdaa42b61093e351697dbe1c72ed.zip
drm/msm/dp: 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]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions