lkml.org 
[lkml]   [2010]   [Mar]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 04/13] serial: bfin_sport_uart: add missing mapbase initialization
Date
From: Sonic Zhang <sonic.zhang@analog.com>

The driver doesn't care about this, but the common serial core wants it.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
drivers/serial/bfin_sport_uart.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/bfin_sport_uart.c b/drivers/serial/bfin_sport_uart.c
index 8b0df19..18bc4a3 100644
--- a/drivers/serial/bfin_sport_uart.c
+++ b/drivers/serial/bfin_sport_uart.c
@@ -711,6 +711,7 @@ static int __devinit sport_uart_probe(struct platform_device *pdev)
ret = -ENXIO;
goto out_error_free_peripherals;
}
+ sport->port.mapbase = res->start;

sport->port.irq = platform_get_irq(pdev, 0);
if (sport->port.irq < 0) {
@@ -808,7 +809,7 @@ static int __init sport_uart_init(void)
{
int ret;

- pr_info("Serial: Blackfin uart over sport driver\n");
+ pr_info("Blackfin uart over sport driver\n");

ret = uart_register_driver(&sport_uart_reg);
if (ret) {
--
1.7.0.2


\
 
 \ /
  Last update: 2010-03-09 18:25    [W:0.520 / U:0.248 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site