commit | 58ecc29b5e829c2072fe3a98a93ef163bdb36dd9 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Sun Jul 17 11:42:06 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Tue Jul 19 13:26:06 2016 -0300 |
tree | 4b1ec5000900b5031594a8ee82f528220a7414ab | |
parent | 11065f8531ed33d5e847a36ad64231ee599d4996 [diff] |
[media] cec: fix test for unconfigured adapter in main message loop The main message loop checks if the physical address was valid, and if not it is assumed that the adapter had been unconfigured. However, this check is no longer correct, instead it should check that both adap->is_configured and adap->is_configuring are false. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>