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:
1c58ce1
)
staging: dwc2: simplify register shift expressions
author
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 30 Aug 2013 16:45:15 +0000
(18:45 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 30 Aug 2013 21:14:52 +0000
(14:14 -0700)
This commit changes expressions from (val >> shift) & (mask >> shift) to
(val & mask) >> shift.
Signed-off-by: Matthijs Kooijman <matthijs@stdin.nl>
Acked-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found