media: au0828: Fix incorrect error messages
Correcting red herring error messages. Where appropriate, replaces au0282_dev_register with: - au0828_analog_register - au0828_dvb_register Signed-off-by: Brad Love <brad@nextdimension.cc> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
Родитель
4add710491
Коммит
f347596f2b
|
@ -628,7 +628,7 @@ static int au0828_usb_probe(struct usb_interface *interface,
|
|||
/* Analog TV */
|
||||
retval = au0828_analog_register(dev, interface);
|
||||
if (retval) {
|
||||
pr_err("%s() au0282_dev_register failed to register on V4L2\n",
|
||||
pr_err("%s() au0828_analog_register failed to register on V4L2\n",
|
||||
__func__);
|
||||
mutex_unlock(&dev->lock);
|
||||
goto done;
|
||||
|
@ -637,7 +637,7 @@ static int au0828_usb_probe(struct usb_interface *interface,
|
|||
/* Digital TV */
|
||||
retval = au0828_dvb_register(dev);
|
||||
if (retval)
|
||||
pr_err("%s() au0282_dev_register failed\n",
|
||||
pr_err("%s() au0828_dvb_register failed\n",
|
||||
__func__);
|
||||
|
||||
/* Remote controller */
|
||||
|
|
Загрузка…
Ссылка в новой задаче