1
0
Fork 0
alistair23-linux/drivers/staging/tidspbridge/rmgr
Julia Lawall ff11917d4f staging: tidspbridge: adjust error return code (bugfix)
The variable status is initialized to either 0 or an error code.  Return
status to propagate the error value.

A simplified version of the semantic patch that fixes this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@@
type T;
identifier i;
constant c;
@@

-T i;
<... when != i
-i = c;
...>
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-01-13 15:24:18 -08:00
..
dbdcd.c Staging: TIDSPBRIDGE: Remove UUID helper 2013-12-17 13:09:09 -08:00
disp.c staging: tidspbridge: remove disp_init() and disp_exit() 2012-03-09 13:21:06 -08:00
drv.c tidspbridge: convert to idr_alloc() 2013-03-13 15:21:47 -07:00
drv_interface.c staging: tidspbridge: adjust error return code (bugfix) 2014-01-13 15:24:18 -08:00
dspdrv.c Staging: tidspbridge: fix no space before tabs 2013-10-06 22:07:30 -07:00
mgr.c staging: tidspbridge: Fix typos. 2012-08-13 19:06:59 -07:00
nldr.c staging: tidspbridge: fix uninitialized variable sym_name 2013-01-17 16:47:13 -08:00
node.c staging: tidspbridge: fix uninitialized variable sym_name 2013-01-17 16:47:13 -08:00
proc.c staging: tidspbridge: rmgr: proc.c: fix checkpatch errors 2013-03-25 11:02:56 -07:00
pwr.c staging: tidspbridge: set4 remove hungarian from structs 2011-02-04 20:12:13 -06:00
rmm.c staging: tidspbridge: remove rmm_init() and rmm_exit() 2012-03-09 13:21:07 -08:00
strm.c staging:tidspbridge: rmgr: fix checkpatch errors 2013-03-25 11:02:55 -07:00