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:
aee0ce3
)
USB: HWA: fix a warning message
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 29 Oct 2014 08:46:11 +0000
(11:46 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 3 Nov 2014 23:26:15 +0000
(15:26 -0800)
We wanted to print the version as (major).(minor) but because the shift
operation is higher precedence than the mask then we print
(minor).(minor).
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found