Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201230
b: refs/heads/master
c: 64dd3b7
h: refs/heads/master
v: v3
  • Loading branch information
wanzongshun authored and Russell King committed Jul 22, 2010
1 parent 6e65a05 commit 0a3bdf2
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: a7029c82622f6483a27ebe7ed61b622e1a00664d
refs/heads/master: 64dd3b74de7aaa5a7a7dc2a5904a063899ee81cb
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-footbridge/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ EXPORT_SYMBOL(__bus_to_virt);

unsigned long __pfn_to_bus(unsigned long pfn)
{
return __pfn_to_phys(pfn) + (fb_bus_sdram_offset() - PHYS_OFFSET));
return __pfn_to_phys(pfn) + (fb_bus_sdram_offset() - PHYS_OFFSET);
}
EXPORT_SYMBOL(__pfn_to_bus);

Expand Down

0 comments on commit 0a3bdf2

Please sign in to comment.