mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 18:11:56 +00:00
2079a513b0
Delete successive assignments to the same location. In the second case, = is converted to |=, which looks appropriate based on the values involved. 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> |
||
---|---|---|
.. | ||
intelfb_i2c.c | ||
intelfb.h | ||
intelfbdrv.c | ||
intelfbhw.c | ||
intelfbhw.h | ||
Makefile |