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

Commit 7fdc5561 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] em28xx: remove dead code



As reported by smatch:
	drivers/media/usb/em28xx/em28xx-video.c:842 get_ressource() info: ignoring unreachable code.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 2f60f13c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -839,7 +839,6 @@ static int get_ressource(enum v4l2_buf_type f_type)
		return EM28XX_RESOURCE_VBI;
	default:
		BUG();
		return 0;
	}
}