From: Stephen Hemminger Date: Fri, 16 Mar 2007 21:01:29 +0000 (-0700) Subject: skge: ignore unused error interrupts X-Git-Tag: v2.6.22-rc1~1110^2~60 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=7e0038a414c38085dfbf352f21006bcca4cd308b;p=linux-2.6-omap-h63xx.git skge: ignore unused error interrupts The following hardware error bits only show up on Genesis chipset and are handled elsewhere, so they can be masked off. Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- diff --git a/drivers/net/skge.h b/drivers/net/skge.h index 86467ae74d4..3b16597c5d4 100644 --- a/drivers/net/skge.h +++ b/drivers/net/skge.h @@ -232,7 +232,6 @@ enum { IS_R2_PAR_ERR = 1<<0, /* Queue R2 Parity Error */ IS_ERR_MSK = IS_IRQ_MST_ERR | IS_IRQ_STAT - | IS_NO_STAT_M1 | IS_NO_STAT_M2 | IS_RAM_RD_PAR | IS_RAM_WR_PAR | IS_M1_PAR_ERR | IS_M2_PAR_ERR | IS_R1_PAR_ERR | IS_R2_PAR_ERR,