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
..
2014-01-09 21:16:40 -08:00
2014-01-11 12:52:42 -08:00
2013-12-17 10:08:14 -08:00
2014-01-13 15:04:52 -08:00
2013-10-29 09:05:21 -07:00
2013-12-17 10:08:14 -08:00
2013-11-19 15:34:51 -08:00
2014-01-09 10:41:03 -08:00
2014-01-08 15:47:35 -08:00
2013-12-17 10:08:14 -08:00
2013-12-17 10:08:14 -08:00
2013-12-17 10:08:14 -08:00
2013-12-17 10:08:14 -08:00
2013-09-17 07:47:44 -07:00
2014-01-09 10:41:44 -08:00
2013-12-17 10:08:14 -08:00
2013-12-17 10:08:14 -08:00
2014-01-01 14:31:56 +00:00
2014-01-13 15:14:43 -08:00
2013-12-17 13:10:40 -08:00
2013-12-21 16:03:34 -08:00
2014-01-08 15:54:32 -08:00
2013-12-17 10:08:14 -08:00
2013-10-15 12:19:48 -07:00
2013-10-15 12:27:11 -07:00
2013-12-02 16:39:07 -08:00
2013-12-17 10:08:14 -08:00
2013-10-11 15:46:00 -07:00
2013-11-11 16:29:43 -08:00
2013-12-17 10:08:14 -08:00
2014-01-09 10:41:44 -08:00
2013-12-17 10:08:14 -08:00
2013-09-25 16:48:45 -07:00
2014-01-11 12:37:58 -08:00
2014-01-13 15:19:41 -08:00
2014-01-09 10:32:18 -08:00
2013-12-17 10:08:14 -08:00
2014-01-09 10:35:25 -08:00
2014-01-13 15:24:18 -08:00
2013-12-17 10:08:14 -08:00
2013-12-17 10:08:14 -08:00
2014-01-08 15:45:24 -08:00
2013-12-20 11:45:09 -08:00
2014-01-09 10:41:44 -08:00
2014-01-09 10:28:15 -08:00
2013-12-06 12:57:15 -08:00
2014-01-08 15:45:24 -08:00
2013-11-11 16:36:05 -08:00
2013-10-29 09:05:21 -07:00
2014-01-13 15:24:18 -08:00
2014-01-09 08:44:01 -08:00
2013-12-18 16:20:13 -08:00
2014-01-13 15:19:41 -08:00
2014-01-09 10:44:39 -08:00
2013-11-19 15:31:53 -08:00
2014-01-13 15:19:41 -08:00
2013-08-24 10:24:40 -07:00
2014-01-11 12:52:42 -08:00
2013-12-02 22:32:35 -08:00
2014-01-09 10:42:36 -08:00
2013-11-25 09:14:29 -08:00
2013-12-17 10:08:14 -08:00
2014-01-13 14:44:01 -08:00
2014-01-13 14:44:01 -08:00