Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126383
b: refs/heads/master
c: 08cc634
h: refs/heads/master
i:
  126381: 114175e
  126379: 2dd7f5a
  126375: 1d300b7
  126367: 60dda74
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Jan 6, 2009
1 parent f8f32cf commit a15cc32
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: 729f77bbe515455ac474e6a4a3709858a01ef3da
refs/heads/master: 08cc6341cc04fad45c28995db796317b5b413045
2 changes: 1 addition & 1 deletion trunk/drivers/video/carminefb.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ static int carmine_setcolreg(unsigned regno, unsigned red, unsigned green,
blue >>= 8;
transp >>= 8;

((u32 *)info->pseudo_palette)[regno] = be32_to_cpu(transp << 24 |
((__be32 *)info->pseudo_palette)[regno] = cpu_to_be32(transp << 24 |
red << 0 | green << 8 | blue << 16);
return 0;
}
Expand Down

0 comments on commit a15cc32

Please sign in to comment.