From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
cx24120_set_frontend currently allows invalid delivery system types
other than SYS_DVBS2 and SYS_DVBS. Fix this by returning -EINVAL
for invalid values.
Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
drivers/media/dvb-frontends/cx24120.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)