Julia Lawall
2725ae1759
hwrng: nomadik - add missing clk_put
...
Jump to the end of the function for the clk_disable and clk_put rather than
returning directly.
A simplified version of the semantic match that finds this problem is as
follows: (http://coccinelle.lip6.fr/ )
// <smpl>
@r exists@
expression e1,e2;
statement S;
@@
e1 = clk_get@p1(...);
... when != e1 = e2
when != clk_put(e1)
when any
if (...) { ... when != clk_put(e1)
when != if (...) { ... clk_put(e1) ... }
* return@p3 ...;
} else S
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk >
Signed-off-by: Matt Mackall <mpm@selenic.com >
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au >
2011-06-30 07:44:01 +08:00
..
2011-05-29 11:19:16 -07:00
2011-05-26 10:33:34 +01:00
2011-06-24 02:07:35 -04:00
2011-05-20 13:43:21 -07:00
2011-06-21 23:24:33 +02:00
2011-05-26 17:12:32 -07:00
2011-06-04 08:11:26 +09:00
2011-06-17 12:40:36 -04:00
2011-06-02 05:29:19 +09:00
2011-06-30 07:44:01 +08:00
2011-05-31 15:26:42 +09:00
2011-06-16 16:31:13 -04:00
2011-05-29 11:18:09 -07:00
2011-06-30 07:43:27 +08:00
2011-06-14 15:03:07 +09:00
2011-05-26 17:12:37 -07:00
2011-05-10 22:53:46 +02:00
2011-06-09 09:05:12 -04:00
2011-06-16 08:40:43 -06:00
2011-06-24 22:01:40 -07:00
2011-06-16 12:21:34 +02:00
2011-06-17 23:22:27 -07:00
2011-05-26 19:45:05 +02:00
2011-06-11 15:06:48 -07:00
2011-06-17 11:57:55 -07:00
2011-06-20 08:59:46 -07:00
2011-06-17 15:27:32 -04:00
2011-06-15 20:04:01 -07:00
2011-05-23 09:12:26 -07:00
2011-06-14 14:23:57 +10:00
2011-06-09 13:09:07 -07:00
2011-05-23 09:12:26 -07:00
2011-05-28 08:38:55 +02:00
2011-06-20 20:10:18 -07:00
2011-06-15 22:01:36 -07:00
2011-05-27 20:06:53 -07:00
2011-06-20 14:02:07 -07:00
2011-05-25 00:08:17 +01:00
2011-05-31 16:33:34 +02:00
2011-05-26 13:19:00 -07:00
2011-06-24 08:36:16 -07:00
2011-06-16 08:40:44 -06:00
2011-05-29 11:44:33 -07:00
2011-05-27 10:12:35 -07:00
2011-06-01 19:29:10 -07:00
2011-05-18 02:55:22 -07:00
2011-05-27 10:49:30 +01:00
2011-06-23 16:11:39 -07:00
2011-06-06 14:14:56 +02:00
2011-06-02 18:34:43 +09:00
2011-06-14 15:15:25 +09:00
2011-06-17 08:27:27 -06:00
2011-06-03 14:19:49 -04:00
2011-06-16 08:29:00 -07:00
2011-06-24 00:09:16 +00:00
2011-06-23 08:54:10 -07:00
2011-06-21 23:19:50 +02:00
2011-05-30 11:14:15 +09:30
2011-06-16 09:45:47 -07:00
2011-05-30 11:14:16 +09:30
2011-06-15 20:04:00 -07:00
2011-05-26 19:45:06 +02:00
2011-06-20 09:01:33 -07:00
2011-05-23 13:01:00 -07:00
2011-05-28 12:35:15 -07:00