Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18527
b: refs/heads/master
c: 4836f57
h: refs/heads/master
i:
  18525: b381efb
  18523: 4b36bab
  18519: 24f768b
  18511: 058a401
  18495: 2735ae9
v: v3
  • Loading branch information
Christian Trefzer authored and Linus Torvalds committed Jan 15, 2006
1 parent 97628d4 commit 5259456
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: 16ab3adf562fb723d9085c998637f214b10072c5
refs/heads/master: 4836f5749e55663f884ea25920ff88de7822f0a8
2 changes: 1 addition & 1 deletion trunk/drivers/video/neofb.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ static int neofb_set_par(struct fb_info *info)
/* If the user did not specify any display devices, then... */
if (par->PanelDispCntlReg1 == 0x00) {
/* Default to internal (i.e., LCD) only. */
par->PanelDispCntlReg1 |= 0x02;
par->PanelDispCntlReg1 = vga_rgfx(NULL, 0x20) & 0x03;
}

/* If we are using a fixed mode, then tell the chip we are. */
Expand Down

0 comments on commit 5259456

Please sign in to comment.