commit | d437fa9109bab8b83a9427d48bebff6c3e053010 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Feb 16 23:11:44 2017 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 17 14:14:00 2017 +0900 |
tree | f0d90fbd8fd2b093e4b9d6028d21b2a0c86f33bd | |
parent | d62100f1aac28d18057c05410f706c65baf748fa [diff] |
drivers/tty: Convert remaining uses of pr_warning to pr_warn To enable eventual removal of pr_warning This makes pr_warn use consistent for drivers/tty Prior to this patch, there were 2 uses of pr_warning and 23 uses of pr_warn in drivers/tty Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>