Julia Lawall 58678a7702 video: fbdev: au1200fb: delete double assignment
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>
2014-08-26 15:53:35 +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