Signed-off-by: Geert Uytterhoeven <[email protected]>
---
 arch/m68k/amiga/chipram.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/m68k/amiga/chipram.c b/arch/m68k/amiga/chipram.c
index c3fe451..cfd3b7a 100644
--- a/arch/m68k/amiga/chipram.c
+++ b/arch/m68k/amiga/chipram.c
@@ -100,7 +100,7 @@ void amiga_chip_free(void *ptr)
                if (res->start != start)
                        continue;
                *p = res->sibling;
-               size = res->end-start;
+               size = resource_size(res);
                pr_debug("amiga_chip_free: free %lu bytes at %p\n", size, ptr);
                atomic_add(size, &chipavail);
                kfree(res);
-- 
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to