On 03/23/18 12:57, Mauro Carvalho Chehab wrote:
> If the adapter doesn't have error_inj_parse_line() ops, the
> write() logic won't return -EINVAL, but, instead, it will keep
> looping, because "count" is a non-negative number.
>
> Signed-off-by: Mauro Carvalho Chehab
Reviewed-by: Hans Verkuil
If the adapter doesn't have error_inj_parse_line() ops, the
write() logic won't return -EINVAL, but, instead, it will keep
looping, because "count" is a non-negative number.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/cec/cec-core.c | 6 +++---
1 file changed, 3 insertions(+), 3 delet