Re: [PATCH] [media] cx24120: do not allow an invalid delivery system types

2016-09-05 Thread Jemma Denson
On 03/09/16 18:04, Colin King wrote: From: Colin Ian King 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 --- drivers/media/dvb-frontends/cx24120.c | 3 +--

[PATCH] [media] cx24120: do not allow an invalid delivery system types

2016-09-03 Thread Colin King
From: Colin Ian King 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 --- drivers/media/dvb-frontends/cx24120.c | 3 +-- 1 file changed, 1 insertion(+), 2 dele