Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60921
b: refs/heads/master
c: 8465034
h: refs/heads/master
i:
  60919: a53ec9d
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Jul 17, 2007
1 parent c9192dd commit e4d2ee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 3552f09a6ce0e42ccb67bf13ee9e4c31b080d6a3
refs/heads/master: 84650346b20c8f8af35e3773506102ff1680e887
2 changes: 0 additions & 2 deletions trunk/drivers/video/matrox/matroxfb_accel.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ static inline void matrox_cfb4_pal(u_int32_t* pal) {
for (i = 0; i < 16; i++) {
pal[i] = i * 0x11111111U;
}
pal[i] = 0xFFFFFFFF;
}

static inline void matrox_cfb8_pal(u_int32_t* pal) {
Expand All @@ -100,7 +99,6 @@ static inline void matrox_cfb8_pal(u_int32_t* pal) {
for (i = 0; i < 16; i++) {
pal[i] = i * 0x01010101U;
}
pal[i] = 0x0F0F0F0F;
}

static void matroxfb_copyarea(struct fb_info* info, const struct fb_copyarea* area);
Expand Down

0 comments on commit e4d2ee0

Please sign in to comment.