]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/omap/dispc.c
OMAP: LCD: parameter order typo
[linux-2.6-omap-h63xx.git] / drivers / video / omap / dispc.c
index 5c643f09fba2f8bd87b632b6ffa305dfc613a8ac..4c055a24554ed6065cc252b164730dfdf9770434 100644 (file)
@@ -1405,7 +1405,7 @@ static int omap_dispc_init(struct omapfb_device *fbdev, int ext_mode,
        dispc_write_reg(DISPC_CONFIG, l);
 
        l = dispc_read_reg(DISPC_IRQSTATUS);
-       dispc_write_reg(l, DISPC_IRQSTATUS);
+       dispc_write_reg(DISPC_IRQSTATUS, l);
 
        /* Enable those that we handle always */
        omap_dispc_enable_irqs(DISPC_IRQ_FRAMEMASK);