Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119173
b: refs/heads/master
c: cf7ee55
h: refs/heads/master
i:
  119171: c6ad458
v: v3
  • Loading branch information
Clemens Ladisch authored and Linus Torvalds committed Nov 20, 2008
1 parent 73305e6 commit 23b0b92
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: e00b4ff7ebf098b11b11be403921c1cf41d9e321
refs/heads/master: cf7ee554f3a324e98181b0ea249d9d5be3a0acb8
2 changes: 1 addition & 1 deletion trunk/drivers/video/fbmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ static void fb_set_logo_directpalette(struct fb_info *info,
greenshift = info->var.green.offset;
blueshift = info->var.blue.offset;

for (i = 32; i < logo->clutsize; i++)
for (i = 32; i < 32 + logo->clutsize; i++)
palette[i] = i << redshift | i << greenshift | i << blueshift;
}

Expand Down

0 comments on commit 23b0b92

Please sign in to comment.