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:
ddffeb8
)
oprofile, x86: Fix wrapping bug in op_x86_get_ctrl()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 10 Oct 2012 07:18:35 +0000
(10:18 +0300)
committer
Robert Richter
<robert.richter@amd.com>
Mon, 15 Oct 2012 12:38:24 +0000
(14:38 +0200)
The "event" variable is a u16 so the shift will always wrap to zero
making the line a no-op.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: <stable@vger.kernel.org> v2.6.32..
Signed-off-by: Robert Richter <robert.richter@amd.com>
No differences found