alistair23-linux/drivers/video/i810
Julia Lawall 073bf17261 i810: delete useless variable
Delete a variable that is at most only assigned to a constant, but never
used otherwise.

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: Tomi Valkeinen <tomi.valkeinen@ti.com>
2014-01-17 10:57:50 +02:00
..
i810-i2c.c
i810.h
i810_accel.c
i810_dvt.c
i810_gtf.c
i810_main.c i810: delete useless variable 2014-01-17 10:57:50 +02:00
i810_main.h Drivers: video: remove __dev* attributes. 2013-01-03 15:57:01 -08:00
i810_regs.h
Makefile