Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211178
b: refs/heads/master
c: bad97c3
h: refs/heads/master
v: v3
  • Loading branch information
Jin Dongming authored and Len Brown committed Sep 29, 2010
1 parent 0d42b26 commit ca358e0
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: 3a78f965328482eee542217de79036c2a8791de8
refs/heads/master: bad97c37db9c1ee36de8ac58f9f73931d15a2e94
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/atomicio.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static void __iomem *acpi_pre_map(phys_addr_t paddr,
list_add_tail_rcu(&map->list, &acpi_iomaps);
spin_unlock_irqrestore(&acpi_iomaps_lock, flags);

return vaddr + (paddr - pg_off);
return map->vaddr + (paddr - map->paddr);
err_unmap:
iounmap(vaddr);
return NULL;
Expand Down

0 comments on commit ca358e0

Please sign in to comment.