Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[media] staging: solo6x10: fix | vs &
The test here is never true because '&' was used instead of '|'. It was the same as: if (status & ((1<<16) & (1<<17)) ... Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
- Loading branch information