mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 05:16:53 +07:00
[media] au6610: use Kernel dev_foo() logging
Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
119f7a8c5d
commit
a835ae6777
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user