Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139263
b: refs/heads/master
c: 4242a23
h: refs/heads/master
i:
  139261: a13525a
  139259: 17d1b48
  139255: 2ab0de6
  139247: bb54a53
  139231: 4c64e10
  139199: d4b2b6f
  139135: 47b9a48
  139007: 588d1b5
  138751: 9aeeda1
  138239: d81b119
  137215: db91301
  135167: 2e3fa83
  131071: 5e1d553
v: v3
  • Loading branch information
Krzysztof Helt authored and Linus Torvalds committed Apr 1, 2009
1 parent a46b0c8 commit 78d0ae8
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: df3aafd57d590d6f3d95310fc3430f3a536d1e59
refs/heads/master: 4242a23c9e6b8e2462bb49bf78b76bfdf32158b5
2 changes: 1 addition & 1 deletion trunk/drivers/video/cirrusfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ static int cirrusfb_set_par_foo(struct fb_info *info)
threshold = fb_readw(cinfo->laguna_mmio + 0xea);
control &= ~0x6800;
format = 0;
threshold &= 0xffe0 & 0x3fbf;
threshold &= 0xffc0 & 0x3fbf;
}
if (nom) {
tmp = den << 1;
Expand Down

0 comments on commit 78d0ae8

Please sign in to comment.