Skip to content
Commit 44009105 authored by Dan Carpenter's avatar Dan Carpenter Committed by Robert Richter
Browse files

oprofile, x86: Fix wrapping bug in op_x86_get_ctrl()



The "event" variable is a u16 so the shift will always wrap to zero
making the line a no-op.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Cc: <stable@vger.kernel.org> v2.6.32..
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent ddffeb8c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment