mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
perf/x86/intel: Fix sparse warning
Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1370421025-10986-1-git-send-email-zheng.z.yan@intel.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
parent
7be6296fdd
commit
b2fa344d0c
@ -536,7 +536,7 @@ __snbep_cbox_get_constraint(struct intel_uncore_box *box, struct perf_event *eve
|
||||
if (!uncore_box_is_fake(box))
|
||||
reg1->alloc |= alloc;
|
||||
|
||||
return 0;
|
||||
return NULL;
|
||||
fail:
|
||||
for (; i >= 0; i--) {
|
||||
if (alloc & (0x1 << i))
|
||||
|
Loading…
Reference in New Issue
Block a user