aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2014-08-06 22:12:18 +0200
committerTomi Valkeinen <[email protected]>2014-08-26 13:04:15 +0300
commit6c131850eca653344c41d68ce87f3ab5a89af89e (patch)
tree758e66de85080a903f19f5de78aa7562ca18df58 /net/lapb/lapb_subr.c
parent2b6c53b1504865728a6dfad3e720918a2f89f3a5 (diff)
drivers: video: fbdev: atmel_lcdfb.c: fix error return code
Convert a zero return value on error 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: Julia Lawall <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Signed-off-by: Tomi Valkeinen <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions