drm/tilcdc: Remove the duplicate LCDC_INT_ENABLE_SET_REG in registers[]
authorJyri Sarha <jsarha@ti.com>
Fri, 8 Jan 2016 10:17:50 +0000 (12:17 +0200)
committerJyri Sarha <jsarha@ti.com>
Thu, 25 Feb 2016 14:39:43 +0000 (16:39 +0200)
Removes the duplicate LCDC_INT_ENABLE_SET_REG-entry in registers array.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/tilcdc/tilcdc_drv.c

index 964e1925342fd7f2e85192c5043ad931976d57a8..d96083d62e1134009bafb1acc3b47c7d88894faa 100644 (file)
@@ -439,11 +439,10 @@ static const struct {
                /* new in revision 2: */
                REG(2, false, LCDC_RAW_STAT_REG),
                REG(2, false, LCDC_MASKED_STAT_REG),
-               REG(2, false, LCDC_INT_ENABLE_SET_REG),
+               REG(2, true, LCDC_INT_ENABLE_SET_REG),
                REG(2, false, LCDC_INT_ENABLE_CLR_REG),
                REG(2, false, LCDC_END_OF_INT_IND_REG),
                REG(2, true,  LCDC_CLK_ENABLE_REG),
-               REG(2, true, LCDC_INT_ENABLE_SET_REG),
 #undef REG
 };
 
This page took 0.025858 seconds and 5 git commands to generate.