lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 16 Feb 2017 23:11:41 -0800 From: Joe Perches <joe@...ches.com> To: Matt Porter <mporter@...nel.crashing.org>, Alexandre Bounine <alexandre.bounine@....com> Cc: linux-kernel@...r.kernel.org Subject: [PATCH 28/35] drivers/rapidio: Convert remaining use of pr_warning to pr_warn To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/rapidio Prior to this patch, there was 1 use of pr_warning and 2 uses of pr_warn in drivers/rapidio Signed-off-by: Joe Perches <joe@...ches.com> --- drivers/rapidio/rio-sysfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/rapidio/rio-sysfs.c b/drivers/rapidio/rio-sysfs.c index eda41563d06d..945c4b1d9717 100644 --- a/drivers/rapidio/rio-sysfs.c +++ b/drivers/rapidio/rio-sysfs.c @@ -278,8 +278,8 @@ int rio_create_sysfs_dev_files(struct rio_dev *rdev) } if (err) - pr_warning("RIO: Failed to create attribute file(s) for %s\n", - rio_name(rdev)); + pr_warn("RIO: Failed to create attribute file(s) for %s\n", + rio_name(rdev)); return err; } -- 2.10.0.rc2.1.g053435c
Powered by blists - more mailing lists