mfd: Don't use NO_IRQ in WM8350
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 15 Oct 2008 10:28:06 +0000 (12:28 +0200)
committerSamuel Ortiz <samuel@sortiz.org>
Sun, 19 Oct 2008 20:54:12 +0000 (22:54 +0200)
commitc7752351c34d852ca0da697f812534101eecd82e
tree8bb72171c29e549e62b8c12cb54d4a8f8882b82f
parent7acb706ca97fce84bda4a902a33de2f3dae10260
mfd: Don't use NO_IRQ in WM8350

NO_IRQ is only defined on some architectures - the general way to test
for an invalid IRQ in the modern kernel is by comparing with zero.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
drivers/mfd/wm8350-core.c