Using dev_warn() instead of printk() for more consistent output.
(prints device name, etc).

Signed-off-by: Enrico Weigelt <i...@metux.net>
---
 drivers/tty/serial/ioc4_serial.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/ioc4_serial.c b/drivers/tty/serial/ioc4_serial.c
index db5b979..21c1b8f 100644
--- a/drivers/tty/serial/ioc4_serial.c
+++ b/drivers/tty/serial/ioc4_serial.c
@@ -2752,7 +2752,7 @@ static int ioc4_serial_remove_one(struct ioc4_driver_data 
*idd)
                the_port->dev = &pdev->dev;
                spin_lock_init(&the_port->lock);
                if (uart_add_one_port(u_driver, the_port) < 0) {
-                       printk(KERN_WARNING
+                       dev_warn(&pdev->dev,
                           "%s: unable to add port %d bus %d\n",
                               __func__, the_port->line, pdev->bus->number);
                } else {
-- 
1.9.1

Reply via email to