commit | f9f96fc10c09ca16e336854c08bc1563eed97985 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Tue Jan 10 09:44:54 2017 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Jan 30 11:42:31 2017 -0200 |
tree | 0a9b6bf8e70129ebe08fa58b793fdd8eb3a30430 | |
parent | 8015d6b83cadc8f9f94c7bc8430255090ddf43d4 [diff] |
[media] cec: fix wrong last_la determination Due to an incorrect condition the last_la used for the initial attempt at claiming a logical address could be wrong. The last_la wasn't converted to a mask when ANDing with type2mask, so that test was broken. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>