Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94169
b: refs/heads/master
c: a1e6892
h: refs/heads/master
i:
  94167: d4b8382
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Apr 28, 2008
1 parent 2a64385 commit 4968715
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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: 5e72b32d86841e4a4a3045d8e35a39eb53ce7ce2
refs/heads/master: a1e68927c1d7030001590113181e0c8b6107649b
6 changes: 4 additions & 2 deletions trunk/drivers/video/imsttfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1151,8 +1151,10 @@ imsttfb_load_cursor_image(struct imstt_par *par, int width, int height, __u8 fgc
par->cmap_regs[TVPCRDAT] = 0xff; eieio();
}
par->cmap_regs[TVPCADRW] = 0x00; eieio();
for (x = 0; x < 12; x++)
par->cmap_regs[TVPCDATA] = fgc; eieio();
for (x = 0; x < 12; x++) {
par->cmap_regs[TVPCDATA] = fgc;
eieio();
}
}
return 1;
}
Expand Down

0 comments on commit 4968715

Please sign in to comment.