diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2012-06-09 08:47:32 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-19 01:08:39 +0200 |
commit | 19f5a0c78573ed920a7f68de4a92603fdefa2ab6 (patch) | |
tree | 38be634aa4e5c28f9f103d6c7fb12e6696d7d88e /drivers/atm | |
parent | [media] videobuf2: correct the #ifndef text mistake in videobuf2-dma-contig.h (diff) | |
download | linux-19f5a0c78573ed920a7f68de4a92603fdefa2ab6.tar.xz linux-19f5a0c78573ed920a7f68de4a92603fdefa2ab6.zip |
[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>
Diffstat (limited to 'drivers/atm')
0 files changed, 0 insertions, 0 deletions