f57eda296d
Delete successive assignments to the same location. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression i; @@ *i = ...; i = ...; // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> |
||
---|---|---|
.. | ||
Makefile | ||
fbdev.c | ||
nv_driver.c | ||
nv_type.h | ||
nvreg.h | ||
riva_hw.c | ||
riva_hw.h | ||
riva_tbl.h | ||
rivafb-i2c.c | ||
rivafb.h |