Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106938
b: refs/heads/master
c: c27ef92
h: refs/heads/master
v: v3
  • Loading branch information
Manuel Lauss authored and Linus Torvalds committed Jul 28, 2008
1 parent 567f5b9 commit 9cd88a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7fcba054373d5dfc43d26e243a5c9b92069972ee
refs/heads/master: c27ef92d8e0c29a9e8b8ee1b04f3d2cace482d92
1 change: 1 addition & 0 deletions trunk/drivers/video/sh7760fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ static int sh7760fb_setcmap(struct fb_cmap *cmap, struct fb_info *info)
col |= ((*g) & 0xff) << 8;
col |= ((*b) & 0xff);
col &= SH7760FB_PALETTE_MASK;
iowrite32(col, par->base + LDPR(s));

if (s < 16)
((u32 *) (info->pseudo_palette))[s] = s;
Expand Down

0 comments on commit 9cd88a1

Please sign in to comment.