projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
119f7a8
)
[media] au6610: use Kernel dev_foo() logging
author
Antti Palosaari
<crope@iki.fi>
Wed, 12 Sep 2012 23:23:54 +0000
(20:23 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 23 Sep 2012 23:50:03 +0000
(20:50 -0300)
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/dvb-usb-v2/au6610.c
patch
|
blob
|
history
diff --git
a/drivers/media/usb/dvb-usb-v2/au6610.c
b/drivers/media/usb/dvb-usb-v2/au6610.c
index
f309fd8
..
ae6a671
100644
(file)
--- a/
drivers/media/usb/dvb-usb-v2/au6610.c
+++ b/
drivers/media/usb/dvb-usb-v2/au6610.c
@@
-48,7
+48,8
@@
static int au6610_usb_msg(struct dvb_usb_device *d, u8 operation, u8 addr,
index += wbuf[1];
break;
default:
- pr_err("%s: wlen = %d, aborting\n", KBUILD_MODNAME, wlen);
+ dev_err(&d->udev->dev, "%s: wlen=%d, aborting\n",
+ KBUILD_MODNAME, wlen);
ret = -EINVAL;
goto error;
}