diff options
Diffstat (limited to 'arch/mips/ar7/gpio.c')
| -rw-r--r-- | arch/mips/ar7/gpio.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/ar7/gpio.c b/arch/mips/ar7/gpio.c index 425dfa5d6e1..bb571bcdb8f 100644 --- a/arch/mips/ar7/gpio.c +++ b/arch/mips/ar7/gpio.c @@ -325,9 +325,7 @@ int __init ar7_gpio_init(void)  		size = 0x1f;  	} -	gpch->regs = ioremap_nocache(AR7_REGS_GPIO, -					AR7_REGS_GPIO + 0x10); - +	gpch->regs = ioremap_nocache(AR7_REGS_GPIO, size);  	if (!gpch->regs) {  		printk(KERN_ERR "%s: failed to ioremap regs\n",  					gpch->chip.label);  |