Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137547
b: refs/heads/master
c: 4d1e4e5
h: refs/heads/master
i:
  137545: 290c55a
  137543: f5ebdfc
v: v3
  • Loading branch information
Sascha Hauer committed Mar 27, 2009
1 parent f8b7fca commit 9d6ecc0
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: ec621699031b298eadd7e364f65281291b19ea37
refs/heads/master: 4d1e4e5a6387aad97590e2da9c6db1350f22f63a
2 changes: 1 addition & 1 deletion trunk/drivers/video/imxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static int imxfb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
break;
case 16:
default:
if (readl(fbi->regs + LCDC_PCR) & PCR_TFT)
if (fbi->pcr & PCR_TFT)
rgb = &def_rgb_16_tft;
else
rgb = &def_rgb_16_stn;
Expand Down

0 comments on commit 9d6ecc0

Please sign in to comment.