[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1306941914-6262-1-git-send-email-wanlong.gao@gmail.com>
Date: Wed, 1 Jun 2011 23:25:13 +0800
From: Wanlong Gao <wanlong.gao@...il.com>
To: Hans-Christian Egtvedt <hans-christian.egtvedt@...el.com>
Cc: linux-kernel@...r.kernel.org, Wanlong Gao <wanlong.gao@...il.com>
Subject: [PATCH] avr32:fix build error in at32ap700x.c
The portnr is undeclared. This build error is introduced by commit
2b348e2f82f532e3aff8e0ce9293033b3294c1e0
Signed-off-by: Wanlong Gao <wanlong.gao@...il.com>
---
arch/avr32/mach-at32ap/at32ap700x.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/avr32/mach-at32ap/at32ap700x.c b/arch/avr32/mach-at32ap/at32ap700x.c
index aa677e2..1b7ad97 100644
--- a/arch/avr32/mach-at32ap/at32ap700x.c
+++ b/arch/avr32/mach-at32ap/at32ap700x.c
@@ -1044,7 +1044,7 @@ void __init at32_map_usart(unsigned int hw_id, unsigned int line, int flags)
}
pdata = pdev->dev.platform_data;
- pdata->num = portnr;
+ pdata->num = line;
at32_usarts[line] = pdev;
}
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists