From 8a29625ef4663389037a4a565ce9b57448a94c1b Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 5 May 2007 11:59:13 +0100 Subject: [PATCH] --- yaml --- r: 54006 b: refs/heads/master c: ad902cb9e29a4d6ff155f682ae79d8d8b2b73a9b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-arm/hardware/iop3xx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index db3dddcf5759..f93d6f35a7d8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d2dd8b1fed314d22c50965f78f6895117c4abfc8 +refs/heads/master: ad902cb9e29a4d6ff155f682ae79d8d8b2b73a9b diff --git a/trunk/include/asm-arm/hardware/iop3xx.h b/trunk/include/asm-arm/hardware/iop3xx.h index ebbcd9be3fe5..63feceb7ede5 100644 --- a/trunk/include/asm-arm/hardware/iop3xx.h +++ b/trunk/include/asm-arm/hardware/iop3xx.h @@ -42,7 +42,7 @@ extern int init_atu; IOP3XX_PERIPHERAL_SIZE - 1) #define IOP3XX_PERIPHERAL_UPPER_VA (IOP3XX_PERIPHERAL_VIRT_BASE +\ IOP3XX_PERIPHERAL_SIZE - 1) -#define IOP3XX_PMMR_PHYS_TO_VIRT(addr) (u32) ((u32) addr -\ +#define IOP3XX_PMMR_PHYS_TO_VIRT(addr) (u32) ((u32) (addr) -\ (IOP3XX_PERIPHERAL_PHYS_BASE\ - IOP3XX_PERIPHERAL_VIRT_BASE)) #define IOP3XX_REG_ADDR(reg) (IOP3XX_PERIPHERAL_VIRT_BASE + (reg))