Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133282
b: refs/heads/master
c: 3e91fae
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Feb 27, 2009
1 parent 7baf02e commit 3528fb4
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: 5e084a1586a864d4e9b3f2edbb1bd3429909d652
refs/heads/master: 3e91faec47e9e12b965c952d698b0bb64847af06
2 changes: 1 addition & 1 deletion trunk/arch/sh/mm/ioremap_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void __iounmap(void __iomem *addr)
unsigned long seg = PXSEG(vaddr);
struct vm_struct *p;

if (seg < P3SEG || seg >= P3_ADDR_MAX || is_pci_memaddr(vaddr))
if (seg < P3SEG || vaddr >= P3_ADDR_MAX || is_pci_memaddr(vaddr))
return;

#ifdef CONFIG_32BIT
Expand Down

0 comments on commit 3528fb4

Please sign in to comment.