Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344524
b: refs/heads/master
c: 2867173
h: refs/heads/master
v: v3
  • Loading branch information
Timur Tabi committed Nov 26, 2012
1 parent 8038a7a commit 7875acb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a57c188e6c341ada7da5e526be7ae34f644b1424
refs/heads/master: 2867173572d5ca5084e8836c8a1d0cafa95b729b
3 changes: 2 additions & 1 deletion trunk/drivers/video/fsl-diu-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,8 @@ static void update_lcdc(struct fb_info *info)

hw = data->diu_reg;

diu_ops.set_monitor_port(data->monitor_port);
if (diu_ops.set_monitor_port)
diu_ops.set_monitor_port(data->monitor_port);
gamma_table_base = data->gamma;

/* Prep for DIU init - gamma table, cursor table */
Expand Down

0 comments on commit 7875acb

Please sign in to comment.