From: Jon Smirl Date: Sun, 11 May 2008 18:37:04 +0000 (+0200) Subject: i2c-mpc: Compare to NO_IRQ instead of zero X-Git-Tag: v2.6.26-rc2~1^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5fff3602a67ff8c98fccdbf15959780be542802;p=pandora-kernel.git i2c-mpc: Compare to NO_IRQ instead of zero Alter the mpc i2c driver to use the NO_IRQ symbol instead of the constant zero when checking for valid interrupts. NO_IRQ=-1 on ppc and NO_IRQ=0 on powerpc so the checks against zero are not correct. Signed-off-by: Jon Smirl Signed-off-by: Jean Delvare --- Reading git-diff-tree failed