]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, msr: Use PTR_ERR_OR_ZERO
authorFabian Frederick <fabf@skynet.be>
Fri, 17 Oct 2014 20:01:38 +0000 (22:01 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 17 Oct 2014 20:40:53 +0000 (13:40 -0700)
commitcba0fdbcff8b54c206c8e18898a55456959ed51a
treece1810289fcf42c60ed7f2d0270fe3beb24958bd
parent76ef0db72f8b74bb92e24775d9d7f5ab26352bec
x86, msr: Use PTR_ERR_OR_ZERO

Replace IS_ERR/PTR_ERR

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