diff options
| author | Julia Lawall <Julia.Lawall@lip6.fr> | 2015-08-23 02:11:15 +0200 | 
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-09-01 13:52:23 +0300 | 
| commit | c4e6774de19f4638bb887a47a58ee21d6809360b (patch) | |
| tree | d1841549ba752f715f36d7dd9e9498da59f3eb9b /lib/mpi/mpi-cmp.c | |
| parent | b4df20474ff76b4dbab7d991de271820383995b8 (diff) | |
fbdev: ssd1307fb: fix error return code
Propagate error code on failure.  Also changed %ld to %d in dev_err to use
ret variable rather than putting two calls to PTR_ERR.
A simplified version of the semantic match that finds the first 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: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'lib/mpi/mpi-cmp.c')
0 files changed, 0 insertions, 0 deletions
