V4L/DVB (9748): em28xx: fix compile warning
Label fail_unreg is no longer used. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
faa3bd2e48
commit
484ab62c5e
@@ -2105,8 +2105,6 @@ static int em28xx_init_dev(struct em28xx **devhandle, struct usb_device *udev,
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
fail_unreg:
|
|
||||||
em28xx_release_resources(dev);
|
|
||||||
fail_reg_devices:
|
fail_reg_devices:
|
||||||
mutex_unlock(&dev->lock);
|
mutex_unlock(&dev->lock);
|
||||||
return retval;
|
return retval;
|
||||||
|
Reference in New Issue
Block a user