x86/irq: Drop unlikely before IS_ERR_OR_NULL
authorGeliang Tang <geliangtang@163.com>
Thu, 1 Oct 2015 02:55:29 +0000 (10:55 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 1 Oct 2015 09:08:56 +0000 (11:08 +0200)
commita7e705af524d165fe7bc303aee82225c66734885
tree14e1bf91ab5ca88f6805749b55c03a4b8ca68fcc
parent09907ca630047bbeaa96de0102df7a6cc3a966cd
x86/irq: Drop unlikely before IS_ERR_OR_NULL

IS_ERR_OR_NULL already contain an unlikely compiler flag. Drop it.

Signed-off-by: Geliang Tang <geliangtang@163.com>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Andy Lutomirski <luto@kernel.org>
Link: http://lkml.kernel.org/r/03d18502ed7ed417f136c091f417d2d88c147ec6.1443667610.git.geliangtang@163.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/irq_64.c