1
0
Fork 0

[media] au6610: use Kernel dev_foo() logging

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
hifive-unleashed-5.1
Antti Palosaari 2012-09-12 20:23:54 -03:00 committed by Mauro Carvalho Chehab
parent 119f7a8c5d
commit a835ae6777
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}