Skip to content

Commit 484ab62

Browse files
hverkuilMauro Carvalho Chehab
authored andcommitted
V4L/DVB (9748): em28xx: fix compile warning
Label fail_unreg is no longer used. Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent faa3bd2 commit 484ab62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/media/video/em28xx/em28xx-video.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2105,8 +2105,6 @@ static int em28xx_init_dev(struct em28xx **devhandle, struct usb_device *udev,
21052105

21062106
return 0;
21072107

2108-
fail_unreg:
2109-
em28xx_release_resources(dev);
21102108
fail_reg_devices:
21112109
mutex_unlock(&dev->lock);
21122110
return retval;

0 commit comments

Comments
 (0)