aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/uartlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/uartlite.c')
-rw-r--r--drivers/tty/serial/uartlite.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/tty/serial/uartlite.c b/drivers/tty/serial/uartlite.c
index c9b8d702dadc..c47db7826189 100644
--- a/drivers/tty/serial/uartlite.c
+++ b/drivers/tty/serial/uartlite.c
@@ -1,12 +1,9 @@
1// SPDX-License-Identifier: GPL-2.0
1/* 2/*
2 * uartlite.c: Serial driver for Xilinx uartlite serial controller 3 * uartlite.c: Serial driver for Xilinx uartlite serial controller
3 * 4 *
4 * Copyright (C) 2006 Peter Korsgaard <jacmet@sunsite.dk> 5 * Copyright (C) 2006 Peter Korsgaard <jacmet@sunsite.dk>
5 * Copyright (C) 2007 Secret Lab Technologies Ltd. 6 * Copyright (C) 2007 Secret Lab Technologies Ltd.
6 *
7 * This file is licensed under the terms of the GNU General Public License
8 * version 2. This program is licensed "as is" without any warranty of any
9 * kind, whether express or implied.
10 */ 7 */
11 8
12#include <linux/platform_device.h> 9#include <linux/platform_device.h>
@@ -739,7 +736,7 @@ static int __init ulite_init(void)
739err_plat: 736err_plat:
740 uart_unregister_driver(&ulite_uart_driver); 737 uart_unregister_driver(&ulite_uart_driver);
741err_uart: 738err_uart:
742 pr_err("registering uartlite driver failed: err=%i", ret); 739 pr_err("registering uartlite driver failed: err=%i\n", ret);
743 return ret; 740 return ret;
744} 741}
745 742