linux-samsung-r9q2/drivers/video/fbdev/intelfb
Julia Lawall 2079a513b0 video: fbdev: intelfb: delete double assignment
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>
2014-08-26 15:53:34 +03:00
..
intelfb.h video: move fbdev to drivers/video/fbdev 2014-04-17 08:10:19 +03:00
intelfb_i2c.c video: move fbdev to drivers/video/fbdev 2014-04-17 08:10:19 +03:00
intelfbdrv.c video: move fbdev to drivers/video/fbdev 2014-04-17 08:10:19 +03:00
intelfbhw.c video: fbdev: intelfb: delete double assignment 2014-08-26 15:53:34 +03:00
intelfbhw.h video: move fbdev to drivers/video/fbdev 2014-04-17 08:10:19 +03:00
Makefile video: move fbdev to drivers/video/fbdev 2014-04-17 08:10:19 +03:00