Skip to content

Commit

Permalink
[PATCH] DEC PMAG AA framebuffer update
Browse files Browse the repository at this point in the history
Get it working again.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Ralf Baechle authored and Linus Torvalds committed Sep 5, 2005
1 parent 003b549 commit 61838ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/pmag-aa-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ static struct fb_ops aafb_ops = {

static int __init init_one(int slot)
{
unsigned long base_addr = get_tc_base_addr(slot);
unsigned long base_addr = CKSEG1ADDR(get_tc_base_addr(slot));
struct aafb_info *ip = &my_fb_info[slot];

memset(ip, 0, sizeof(struct aafb_info));
Expand Down

0 comments on commit 61838ff

Please sign in to comment.