Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 484ab62c authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9748): em28xx: fix compile warning



Label fail_unreg is no longer used.

Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent faa3bd2e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2105,8 +2105,6 @@ static int em28xx_init_dev(struct em28xx **devhandle, struct usb_device *udev,

	return 0;

fail_unreg:
	em28xx_release_resources(dev);
fail_reg_devices:
	mutex_unlock(&dev->lock);
	return retval;