Title: [7472] trunk/drivers/serial/bfin_sport_uart.c: Task[#3704] set mapbase as well.
Revision
7472
Author
sonicz
Date
2009-09-27 02:46:17 -0400 (Sun, 27 Sep 2009)

Log Message

Task[#3704] set mapbase as well.
Also clean up init message.

Modified Paths

Diff

Modified: trunk/drivers/serial/bfin_sport_uart.c (7471 => 7472)


--- trunk/drivers/serial/bfin_sport_uart.c	2009-09-27 06:27:25 UTC (rev 7471)
+++ trunk/drivers/serial/bfin_sport_uart.c	2009-09-27 06:46:17 UTC (rev 7472)
@@ -712,6 +712,7 @@
 			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) {
@@ -809,7 +810,7 @@
 {
 	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) {
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to