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
..
2014-07-01 13:32:30 +03:00
2014-08-08 18:09:33 -07:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00
2014-08-08 18:09:33 -07:00
2014-04-17 08:10:19 +03:00
2014-08-08 18:09:33 -07:00
2014-04-17 08:10:19 +03:00
2014-04-17 08:10:19 +03:00