From 7bcdbf633acf3c337b37ffb50f1698a8feaaed34 Mon Sep 17 00:00:00 2001 From: Haavard Skinnemoen Date: Mon, 29 Jan 2007 17:59:40 +0100 Subject: [PATCH] --- yaml --- r: 47021 b: refs/heads/master c: dde251033f3e54619317269a908ce40e6f3a8d04 h: refs/heads/master i: 47019: 83b2f1a8f85170d5074824b3552dd5788c3f5832 v: v3 --- [refs] | 2 +- trunk/arch/avr32/mach-at32ap/pio.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 19213ef50f0b..fed860d89da7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6a4e5227a33f60f918b30cf2001fb0bb259d9396 +refs/heads/master: dde251033f3e54619317269a908ce40e6f3a8d04 diff --git a/trunk/arch/avr32/mach-at32ap/pio.c b/trunk/arch/avr32/mach-at32ap/pio.c index 17e835de95cb..c3f596ce5267 100644 --- a/trunk/arch/avr32/mach-at32ap/pio.c +++ b/trunk/arch/avr32/mach-at32ap/pio.c @@ -385,9 +385,6 @@ void __init at32_init_pio(struct platform_device *pdev) */ pio->gpio_mask = ~0UL; - pio_writel(pio, ODR, ~0UL); - pio_writel(pio, PER, ~0UL); - /* start with irqs disabled and acked */ pio_writel(pio, IDR, ~0UL); (void) pio_readl(pio, ISR);