V4L/DVB: Missing statement in drivers/media/dvb/frontends/cx22700.c
commit0a55d471f11619490031ccbf834d9b9521d19681
authorEric Sesterhenn <snakebyte@gmx.de>
Wed, 24 Jan 2007 23:05:10 +0000 (25 00:05 +0100)
committerAdrian Bunk <bunk@stusta.de>
Wed, 24 Jan 2007 23:05:10 +0000 (25 00:05 +0100)
tree4e2232c2acb6deb25f8df2b3970521538e1c7781
parent28a25f33e5d2bfb0fd422976a1f7c9184c9ee546
V4L/DVB: Missing statement in drivers/media/dvb/frontends/cx22700.c

Stumbled over this because of coverity (id #492),
seems like we are missing a return statement here and fail
to do proper bounds checking. If this assumption is false
we should at least change the identation to make it clear

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/media/dvb/frontends/cx22700.c