Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
- Loading branch information