diff options
Diffstat (limited to 'drivers/net/tulip/winbond-840.c')
-rw-r--r-- | drivers/net/tulip/winbond-840.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/winbond-840.c b/drivers/net/tulip/winbond-840.c index 5b71ac78bca2..fa440706fb4a 100644 --- a/drivers/net/tulip/winbond-840.c +++ b/drivers/net/tulip/winbond-840.c | |||
@@ -1147,7 +1147,7 @@ static irqreturn_t intr_handler(int irq, void *dev_instance) | |||
1147 | } | 1147 | } |
1148 | 1148 | ||
1149 | /* Abnormal error summary/uncommon events handlers. */ | 1149 | /* Abnormal error summary/uncommon events handlers. */ |
1150 | if (intr_status & (AbnormalIntr | TxFIFOUnderflow | SytemError | | 1150 | if (intr_status & (AbnormalIntr | TxFIFOUnderflow | SystemError | |
1151 | TimerInt | TxDied)) | 1151 | TimerInt | TxDied)) |
1152 | netdev_error(dev, intr_status); | 1152 | netdev_error(dev, intr_status); |
1153 | 1153 | ||