Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61838ffe authored by Ralf Baechle's avatar Ralf Baechle Committed by Linus Torvalds
Browse files

[PATCH] DEC PMAG AA framebuffer update



Get it working again.

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 003b5492
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));