Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62335
b: refs/heads/master
c: cfd13af
h: refs/heads/master
i:
  62333: 576389c
  62331: 2339b6f
  62327: c7c998b
  62319: ea44fe4
  62303: b1e9f36
  62271: 71ea3c3
  62207: 327d855
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Jul 22, 2007
1 parent 3d1d56e commit 4edb270
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: 50b2529e38eb1f954bbadec93961aabe8c801904
refs/heads/master: cfd13af6270c25e8089e9c5b59ffb55d39ae74a0
2 changes: 1 addition & 1 deletion trunk/drivers/video/ps3fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ static int __devinit ps3fb_probe(struct ps3_system_bus_device *dev)
info->fix.smem_len = ps3fb_videomemory.size - offset;
info->pseudo_palette = info->par;
info->par = NULL;
info->flags = FBINFO_FLAG_DEFAULT;
info->flags = FBINFO_DEFAULT | FBINFO_READS_FAST;

retval = fb_alloc_cmap(&info->cmap, 256, 0);
if (retval < 0)
Expand Down

0 comments on commit 4edb270

Please sign in to comment.