From: Thomas Gleixner Date: Wed, 2 Feb 2011 21:41:12 +0000 (+0000) Subject: genirq: Remove bogus conditional X-Git-Tag: v2.6.39-rc1~503^2~9^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b56f0585fd4c02d047dc406668cb40159b2d340;p=pandora-kernel.git genirq: Remove bogus conditional The if (chip->irq_shutdown) check will always evaluate to true, as we fill in chip->irq_shutdown with default_shutdown in irq_chip_set_defaults() if the chip does not provide its own function. Signed-off-by: Thomas Gleixner Cc: Peter Zijlstra LKML-Reference: <20110202212551.667607458@linutronix.de> --- Reading git-diff-tree failed