From: Jan Beulich Date: Fri, 2 Nov 2012 14:00:29 +0000 (+0000) Subject: x86: hpet: Fix inverted return value check in arch_setup_hpet_msi() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~67^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5074b85bdd3a464efe7b6de2ec163f4c07696a20;p=pandora-kernel.git 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 Cc: David Woodhouse Link: http://lkml.kernel.org/r/5093E00D02000078000A60E2@nat28.tlf.novell.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed