Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6946
b: refs/heads/master
c: 61838ff
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle authored and Linus Torvalds committed Sep 5, 2005
1 parent e48614e commit da53347
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: 003b54925e2ac78306f74ac433126ad5de387f7a
refs/heads/master: 61838ffeee8296de8bfee751e9ad67bf6c61d0b4
2 changes: 1 addition & 1 deletion trunk/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 da53347

Please sign in to comment.