• Thomas Gleixner's avatar
    genirq: Remove bogus conditional · 3b56f058
    Thomas Gleixner authored
    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: default avatarThomas Gleixner <tglx@linutronix.de>
    Cc: Peter Zijlstra <peterz@infradead.org>
    LKML-Reference: <20110202212551.667607458@linutronix.de>
    3b56f058
manage.c 32.7 KB