Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65026
b: refs/heads/master
c: 8c8bd03
h: refs/heads/master
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Sep 19, 2007
1 parent a716163 commit 0ae7389
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: 389a3c02496dd1b399bb0efd005e9fa2be24e9ee
refs/heads/master: 8c8bd037e5bd7bbc3c82b74cbed4da1ddc3fe8de
2 changes: 1 addition & 1 deletion trunk/drivers/video/intelfb/intelfbhw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ intelfbhw_program_mode(struct intelfb_info *dinfo,

/* turn off PLL */
tmp = INREG(dpll_reg);
dpll_reg &= ~DPLL_VCO_ENABLE;
tmp &= ~DPLL_VCO_ENABLE;
OUTREG(dpll_reg, tmp);

/* Set PLL parameters */
Expand Down

0 comments on commit 0ae7389

Please sign in to comment.