OSDN Git Service

[media] cx88: remove return after BUG()
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 24 Sep 2014 19:23:30 +0000 (16:23 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 26 Sep 2014 09:47:57 +0000 (06:47 -0300)
commit84babee8fea9fc4fae2b5414ce71db1902eb7b7b
tree2791c201287e7dc0b49940ace08b2aac90d5d2e0
parente2392d347e1dbb4987beaaee0f87653480fcddc8
[media] cx88: remove return after BUG()

As reported by smatch:

drivers/media/pci/cx88/cx88-video.c:699 get_queue() info: ignoring unreachable code.
drivers/media/pci/cx88/cx88-video.c:714 get_resource() info: ignoring unreachable code.
drivers/media/pci/cx88/cx88-video.c:815 video_read() info: ignoring unreachable code.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/pci/cx88/cx88-video.c