projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d046fd5
)
USB: usblcd: use pr_err()
author
Johan Hovold
<johan@kernel.org>
Thu, 26 Sep 2019 09:12:28 +0000
(11:12 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 4 Oct 2019 09:11:08 +0000
(11:11 +0200)
Replace the one remaining printk with pr_err().
Signed-off-by: Johan Hovold <johan@kernel.org>
Link:
https://lore.kernel.org/r/20190926091228.24634-10-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/usblcd.c
patch
|
blob
|
history
diff --git
a/drivers/usb/misc/usblcd.c
b/drivers/usb/misc/usblcd.c
index 732eb1f8136864278705556d6def9877b3a734d5..61e9e987fe4a94ba3841936e5adfa7aacc868fe9 100644
(file)
--- a/
drivers/usb/misc/usblcd.c
+++ b/
drivers/usb/misc/usblcd.c
@@
-84,7
+84,7
@@
static int lcd_open(struct inode *inode, struct file *file)
interface = usb_find_interface(&lcd_driver, subminor);
if (!interface) {
- pr
intk(KERN_ERR
"USBLCD: %s - error, can't find device for minor %d\n",
+ pr
_err(
"USBLCD: %s - error, can't find device for minor %d\n",
__func__, subminor);
return -ENODEV;
}