diff options
| author | Dan Carpenter <[email protected]> | 2012-06-26 04:40:38 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2012-07-06 14:54:32 -0300 |
| commit | 22a09b439af25fefbe0ebd1c6c2a0d81e923f2f5 (patch) | |
| tree | a26c089f4ac18e3b4d83d7b7bf65d6c3a3bd9d41 /tools/perf/scripts/python | |
| parent | ab9cbcd36ce2f2d10de1610abeaa89ee0b619ae7 (diff) | |
[media] drxk: fix a '&' vs '|' bug
IQM_AF_CLKNEG_CLKNEGDATA__M is 0x2 and
IQM_AF_CLKNEG_CLKNEGDATA_CLK_ADC_DATA_POS is 0. (clkNeg | 0x2) is never
equal to zero so the condition can never be true.
I consulted with Ralph Metzler and the '|' should be changed to a '&'.
Signed-off-by: Dan Carpenter <[email protected]>
CC: Ralph Metzler <[email protected]>
Tested-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions