commit | 98c1ce0ccff1617cba45e8ead236768a50545e7f | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Mar 23 07:51:07 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Fri Mar 23 08:37:22 2018 -0400 |
tree | b92ef1d6c8f29462d4fa2a083a4038f18c5a7999 | |
parent | afdb4ca2be93d02cd1902395a7191097963dd8c1 [diff] |
media: cec-core: fix a bug at cec_error_inj_write() 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. Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>