]> Pileus Git - ~andy/linux/commit
x86: hpet: Fix inverted return value check in arch_setup_hpet_msi()
authorJan Beulich <JBeulich@suse.com>
Fri, 2 Nov 2012 14:00:29 +0000 (14:00 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 2 Nov 2012 21:53:27 +0000 (22:53 +0100)
commit5074b85bdd3a464efe7b6de2ec163f4c07696a20
tree8451161ef421c6017857eee38ed7a805fa83fa4e
parent6acf5a8c931da9d26c8dd77d784daaf07fa2bff0
x86: hpet: Fix inverted return value check in arch_setup_hpet_msi()

setup_hpet_msi_remapped() returns a negative error indicator on error
- check for this rather than for a boolean false indication, and pass
on that error code rather than a meaningless "-1".

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Link: http://lkml.kernel.org/r/5093E00D02000078000A60E2@nat28.tlf.novell.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/apic/io_apic.c