From: Dan Carpenter Date: Wed, 10 Oct 2012 07:18:35 +0000 (+0300) Subject: oprofile, x86: Fix wrapping bug in op_x86_get_ctrl() X-Git-Tag: v3.7-rc3~40^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44009105081b51417f311f4c3be0061870b6b8ed;p=pandora-kernel.git 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: Dan Carpenter Cc: v2.6.32.. Signed-off-by: Robert Richter --- Reading git-diff-tree failed