Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168567
b: refs/heads/master
c: b9f9d47
h: refs/heads/master
i:
  168565: c68dea2
  168563: b85603e
  168559: 75150cf
v: v3
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed Nov 12, 2009
1 parent 89506ab commit 0810027
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: f5c15d0b37ab1cd3969b8ce7828ab41c79f36f77
refs/heads/master: b9f9d4706cb1b706f89f98ea6ead41ebecdefbc2
2 changes: 1 addition & 1 deletion trunk/drivers/video/savage/savagefb_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ static int savagefb_blank(int blank, struct fb_info *info)
vga_out8(0x3c5, sr8, par);
vga_out8(0x3c4, 0x0d, par);
srd = vga_in8(0x3c5, par);
srd &= 0x03;
srd &= 0x50;

switch (blank) {
case FB_BLANK_UNBLANK:
Expand Down

0 comments on commit 0810027

Please sign in to comment.