• M
    [PATCH] defxx: Use irqreturn_t for the interrupt handler · feea1db2
    Maciej W. Rozycki 提交于
    This is a fix for the interrupt handler in the defxx driver to use
    irqreturn_t.  Beside the obvious fix of returning a proper status at all,
    it actually checks board registers as appropriate for determining if an
    interrupt has been recorded in the bus-specific interface logic.
    
    The patch also includes an obvious one-line fix for SET_NETDEV_DEV needed
    for the EISA variation, for which I've decided there is no point in sending
    separately.
    Signed-off-by: NMaciej W. Rozycki <macro@linux-mips.org>
    Cc: Jeff Garzik <jgarzik@pobox.com>
    Signed-off-by: NAndrew Morton <akpm@osdl.org>
    feea1db2
defxx.c 107.4 KB