Skip to content
Commit d0d3bc65 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Ingo Molnar
Browse files

x86/mrst: Quiet sparse noise about plain integer as NULL pointer



The second parameter to intel_scu_notifier_post is a void *, not
an integer.

This quiets the sparse noise:

 arch/x86/platform/mrst/mrst.c:808:48: warning: Using plain integer as NULL pointer
 arch/x86/platform/mrst/mrst.c:817:43: warning: Using plain integer as NULL pointer

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: default avatarAlan Cox <alan@linux.intel.com>
Link: http://lkml.kernel.org/r/201204241500.53685.hartleys@visionengravers.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent cd32b161
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