Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] DEC PMAG AA framebuffer update

Get it working again.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Ralf Baechle and committed by
Linus Torvalds
61838ffe 003b5492

+1 -1
+1 -1
drivers/video/pmag-aa-fb.c
··· 413 413 414 414 static int __init init_one(int slot) 415 415 { 416 - unsigned long base_addr = get_tc_base_addr(slot); 416 + unsigned long base_addr = CKSEG1ADDR(get_tc_base_addr(slot)); 417 417 struct aafb_info *ip = &my_fb_info[slot]; 418 418 419 419 memset(ip, 0, sizeof(struct aafb_info));