aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sh_mobile_lcdcfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/sh_mobile_lcdcfb.c')
-rw-r--r--drivers/video/sh_mobile_lcdcfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sh_mobile_lcdcfb.c b/drivers/video/sh_mobile_lcdcfb.c
index 0c97509d023..b9e6f93642d 100644
--- a/drivers/video/sh_mobile_lcdcfb.c
+++ b/drivers/video/sh_mobile_lcdcfb.c
@@ -577,7 +577,7 @@ static int sh_mobile_lcdc_start(struct sh_mobile_lcdc_priv *priv)
577 577
578 board_cfg = &ch->cfg.board_cfg; 578 board_cfg = &ch->cfg.board_cfg;
579 if (board_cfg->display_on) 579 if (board_cfg->display_on)
580 board_cfg->display_on(board_cfg->board_data); 580 board_cfg->display_on(board_cfg->board_data, ch->info);
581 } 581 }
582 582
583 return 0; 583 return 0;