Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284839
b: refs/heads/master
c: 5345010
h: refs/heads/master
i:
  284837: 8fb6749
  284835: cba813e
  284831: 7799724
v: v3
  • Loading branch information
Zac Storer authored and Florian Tobias Schandinat committed Nov 22, 2011
1 parent 64477e3 commit 72ef763
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: 97cab45583f75428773547f3bbe59fece05420d3
refs/heads/master: 5345010cc8e87af7f1f48e5c816b10f96f474da1
2 changes: 1 addition & 1 deletion trunk/drivers/video/controlfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ static int __init init_control(struct fb_info_control *p)

/* Try to pick a video mode out of NVRAM if we have one. */
#ifdef CONFIG_NVRAM
if (default_cmode == CMODE_NVRAM){
if (default_cmode == CMODE_NVRAM) {
cmode = nvram_read_byte(NV_CMODE);
if(cmode < CMODE_8 || cmode > CMODE_32)
cmode = CMODE_8;
Expand Down

0 comments on commit 72ef763

Please sign in to comment.