Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54974
b: refs/heads/master
c: be3478d
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 8, 2007
1 parent f40083e commit b65dafd
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: 147394c8ece44be85d692cc92cc0d047e4d8fb69
refs/heads/master: be3478ddb8a3902b588c840b42e166a0e64a87b3
2 changes: 1 addition & 1 deletion trunk/drivers/video/sm501fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ static int sm501fb_cursor(struct fb_info *info, struct fb_cursor *cursor)
((info->cmap.green[fg_col] & 0xFC) << 3) |
((info->cmap.blue[fg_col] & 0xF8) >> 3);

dev_dbg(fbi->dev, "fgcol %08x, bgcol %08x\n", fg, bg);
dev_dbg(fbi->dev, "fgcol %08lx, bgcol %08lx\n", fg, bg);

writel(bg, base + SM501_OFF_HWC_COLOR_1_2);
writel(fg, base + SM501_OFF_HWC_COLOR_3);
Expand Down

0 comments on commit b65dafd

Please sign in to comment.