git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7c1161
)
staging: comedi: rti800: swap val and mask when reading ai data
author
H Hartley Sweeten
<hsweeten@visionengravers.com>
Tue, 9 Apr 2013 01:21:02 +0000
(18:21 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 9 Apr 2013 23:29:25 +0000
(16:29 -0700)
The (mask & val) operation when reading the high 4-bits of the analog
data looks strange. Change it to (val & mask).
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found