Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362942
b: refs/heads/master
c: de68efc
h: refs/heads/master
v: v3
  • Loading branch information
Tony Prisk authored and Tomi Valkeinen committed Apr 4, 2013
1 parent 8633183 commit 0a90792
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 9e340fdc5af6ae3041d73319bbd1438c7d6d566c
refs/heads/master: de68efced121eda500792b42547847636066525e
2 changes: 1 addition & 1 deletion trunk/drivers/video/wm8505fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ static int wm8505fb_probe(struct platform_device *pdev)
fbi->fb.screen_base = fb_mem_virt;
fbi->fb.screen_size = fb_mem_len;

fbi->contrast = 0x80;
fbi->contrast = 0x10;
ret = wm8505fb_set_par(&fbi->fb);
if (ret) {
dev_err(&pdev->dev, "Failed to set parameters\n");
Expand Down

0 comments on commit 0a90792

Please sign in to comment.