projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0d69f2
)
skge: ignore unused error interrupts
author
Stephen Hemminger
<shemminger@linux-foundation.org>
Fri, 16 Mar 2007 21:01:29 +0000
(14:01 -0700)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 28 Apr 2007 15:01:00 +0000
(11:01 -0400)
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 <shemminger@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/skge.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/skge.h
b/drivers/net/skge.h
index 86467ae74d455582a18b7e13f96e7fdd000c7087..3b16597c5d4220250c35c19fb9460dcd5f1c4bbe 100644
(file)
--- 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,