[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1319537129-7164-1-git-send-email-nicolas.ferre@atmel.com>
Date: Tue, 25 Oct 2011 12:05:29 +0200
From: Nicolas Ferre <nicolas.ferre@...el.com>
To: sfr@...b.auug.org.au, greg@...ah.com
Cc: linux-kernel@...r.kernel.org, linux-next@...r.kernel.org,
N.Voss@...nmann.de, nicolas.ferre@...el.com
Subject: [PATCH] tty/serial: atmel_serial: fixup merge conflict
Proper atmel_console_init() merge using platform data.
Signed-off-by: Nicolas Ferre <nicolas.ferre@...el.com>
---
drivers/tty/serial/atmel_serial.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/tty/serial/atmel_serial.c b/drivers/tty/serial/atmel_serial.c
index 358bbb2..9988c0c 100644
--- a/drivers/tty/serial/atmel_serial.c
+++ b/drivers/tty/serial/atmel_serial.c
@@ -1671,7 +1671,9 @@ static struct console atmel_console = {
static int __init atmel_console_init(void)
{
if (atmel_default_console_device) {
- int id = atmel_default_console_device->id;
+ struct atmel_uart_data *pdata =
+ atmel_default_console_device->dev.platform_data;
+ int id = pdata->num;
struct atmel_uart_port *port = &atmel_ports[id];
port->backup_imr = 0;
--
1.7.5.4
--
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