Peter Senna Tschudin
0df1042751
[media] drivers/media/dvb-frontends/tda665x.c: Removes useless kfree()
...
Remove useless kfree() and clean up code related to the removal.
The semantic patch that finds this problem is as follows:
(http://coccinelle.lip6.fr/ )
// <smpl>
@r exists@
position p1,p2;
expression x;
@@
if (x@p1 == NULL) { ... kfree@p2(x); ... return ...; }
@unchanged exists@
position r.p1,r.p2;
expression e <= r.x,x,e1;
iterator I;
statement S;
@@
if (x@p1 == NULL) { ... when != I(x,...) S
when != e = e1
when != e += e1
when != e -= e1
when != ++e
when != --e
when != e++
when != e--
when != &e
kfree@p2(x); ... return ...; }
@ok depends on unchanged exists@
position any r.p1;
position r.p2;
expression x;
@@
... when != true x@p1 == NULL
kfree@p2(x);
@depends on !ok && unchanged@
position r.p2;
expression x;
@@
*kfree@p2(x);
// </smpl>
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-10-06 11:14:04 -03:00
..
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-09-23 20:10:27 -03:00
2012-09-23 20:10:27 -03:00
2012-09-23 20:10:27 -03:00
2012-09-27 15:14:17 -03:00
2012-10-05 14:25:11 -03:00
2012-09-27 15:14:17 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-09-27 14:33:58 -03:00
2012-10-05 23:15:54 -03:00
2012-09-27 14:33:58 -03:00
2012-09-27 14:33:58 -03:00
2012-09-27 14:33:58 -03:00
2012-09-27 14:33:58 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-02 17:15:16 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-02 17:15:16 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 11:07:34 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-09-23 20:11:26 -03:00
2012-09-23 20:11:01 -03:00
2012-08-13 23:13:41 -03:00
2012-09-23 20:11:55 -03:00
2012-09-23 20:11:55 -03:00
2012-09-23 20:11:55 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-15 18:47:10 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 08:22:17 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-21 08:05:06 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 11:11:42 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-16 19:55:03 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-09-23 20:12:11 -03:00
2012-09-23 20:47:22 -03:00
2012-09-23 20:18:10 -03:00
2012-09-27 15:14:15 -03:00
2012-09-27 15:14:15 -03:00
2012-09-27 15:14:15 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 11:13:07 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 11:13:35 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 08:22:22 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-09-13 17:42:07 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 11:13:49 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-09-23 21:27:19 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-06 11:14:04 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-10-01 07:17:01 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-09-18 12:46:27 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-09-23 20:07:45 -03:00
2012-09-23 20:07:45 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00
2012-08-13 23:13:41 -03:00