Commit 2a6e47ad authored by Todd Poynor's avatar Todd Poynor Committed by Tony Lindgren

[PATCH] ARM: OMAP: Fix fb driver miscompile

Fix fb driver miscompile
parent c2517d34
...@@ -1250,7 +1250,9 @@ static int omapfb_probe(struct platform_device *pdev) ...@@ -1250,7 +1250,9 @@ static int omapfb_probe(struct platform_device *pdev)
init_MUTEX(&fbdev->rqueue_sema); init_MUTEX(&fbdev->rqueue_sema);
#ifdef CONFIG_ARCH_OMAP1 #ifdef CONFIG_ARCH_OMAP1
#ifdef CONFIG_FB_OMAP_LCDC_INTERNAL
fbdev->int_ctrl = &omap1_int_ctrl; fbdev->int_ctrl = &omap1_int_ctrl;
#endif
#ifdef CONFIG_FB_OMAP_LCDC_EXTERNAL #ifdef CONFIG_FB_OMAP_LCDC_EXTERNAL
fbdev->ext_if = &sossi_extif; fbdev->ext_if = &sossi_extif;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment