[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191128004752.35268-3-wangkefeng.wang@huawei.com>
Date: Thu, 28 Nov 2019 08:47:50 +0800
From: Kefeng Wang <wangkefeng.wang@...wei.com>
To: <pmladek@...e.com>, <joe@...ches.com>,
<linux-kernel@...r.kernel.org>
CC: <gregkh@...uxfoundation.org>, <tj@...nel.org>, <arnd@...db.de>,
<sergey.senozhatsky@...il.com>, <rostedt@...dmis.org>,
Kefeng Wang <wangkefeng.wang@...wei.com>
Subject: [PATCH 2/4] staging: isdn: gigaset: Use pr_warn instead of pr_warning
Use pr_warn() instead of the remaining pr_warning() calls.
Cc: Arnd Bergmann <arnd@...db.de>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Signed-off-by: Kefeng Wang <wangkefeng.wang@...wei.com>
---
drivers/staging/isdn/gigaset/interface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/isdn/gigaset/interface.c b/drivers/staging/isdn/gigaset/interface.c
index 17fa615a8c68..9ddadd07e707 100644
--- a/drivers/staging/isdn/gigaset/interface.c
+++ b/drivers/staging/isdn/gigaset/interface.c
@@ -518,7 +518,7 @@ void gigaset_if_init(struct cardstate *cs)
if (!IS_ERR(cs->tty_dev))
dev_set_drvdata(cs->tty_dev, cs);
else {
- pr_warning("could not register device to the tty subsystem\n");
+ pr_warn("could not register device to the tty subsystem\n");
cs->tty_dev = NULL;
}
mutex_unlock(&cs->mutex);
--
2.20.1
Powered by blists - more mailing lists