Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43813
b: refs/heads/master
c: 27b6859
h: refs/heads/master
i:
  43811: 9ff439a
v: v3
  • Loading branch information
Ville Syrjala authored and Linus Torvalds committed Dec 8, 2006
1 parent 26763d1 commit 03c4573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9b9817cc70709e10ffa9b27af35b2e8f1ef84798
refs/heads/master: 27b6859799ea766281828588e1adb17751193075
4 changes: 2 additions & 2 deletions trunk/drivers/video/aty/atyfb_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2825,9 +2825,9 @@ static int atyfb_blank(int blank, struct fb_info *info)
#endif

gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par);
gen_cntl &= ~0x400004c;
switch (blank) {
case FB_BLANK_UNBLANK:
gen_cntl &= ~0x400004c;
case FB_BLANK_UNBLANK:
break;
case FB_BLANK_NORMAL:
gen_cntl |= 0x4000040;
Expand Down

0 comments on commit 03c4573

Please sign in to comment.