From: Maciej W. Rozycki Date: Mon, 20 Jun 2005 22:33:03 +0000 (-0700) Subject: [PATCH] defxx: Use irqreturn_t for the interrupt handler X-Git-Tag: v2.6.13-rc1~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feea1db26e5babbedf1f4f36223e21b2f2d6f499;p=pandora-kernel.git [PATCH] defxx: Use irqreturn_t for the interrupt handler 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: Maciej W. Rozycki Cc: Jeff Garzik Signed-off-by: Andrew Morton --- Reading git-diff-tree failed