x86, cpuid: Use PTR_ERR_OR_ZERO
authorFabian Frederick <fabf@skynet.be>
Fri, 17 Oct 2014 20:01:17 +0000 (22:01 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 17 Oct 2014 20:40:51 +0000 (13:40 -0700)
commitcbda45a2d4798912637b5b792c1c7a97c8d8b080
tree68f17a6645f692162da44c372f260a3839879978
parent196cf358422517b3ff3779c46a1f3e26fb084172
x86, cpuid: Use PTR_ERR_OR_ZERO

Replace IS_ERR/PTR_ERR

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Link: http://lkml.kernel.org/r/1413576077-26969-1-git-send-email-fabf@skynet.be
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/kernel/cpuid.c