linux/drivers/video/fbdev/sis
Julia Lawall a9a3cac690 video: fbdev: sis: delete double assignment
Delete successive assignments to the same location.  The second assignment
is changed to update a different field, as done in other nearby code.

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
..
300vtbl.h
310vtbl.h
init301.c video: fbdev: sis: delete double assignment 2014-08-26 15:53:35 +03:00
init301.h
init.c drivers/video/fbdev/sis: Add missing else 2014-07-01 13:32:31 +03:00
init.h
initdef.h
initextlfb.c
Makefile
oem300.h
oem310.h
sis_accel.c
sis_accel.h
sis_main.c
sis_main.h
sis.h
vgatypes.h
vstruct.h