aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hp100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/hp100.c')
-rw-r--r--drivers/net/hp100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hp100.c b/drivers/net/hp100.c
index ce587f4c4203..095b17ecf609 100644
--- a/drivers/net/hp100.c
+++ b/drivers/net/hp100.c
@@ -1072,7 +1072,7 @@ static void hp100_mmuinit(struct net_device *dev)
1072 if (lp->mode == 1) 1072 if (lp->mode == 1)
1073 hp100_init_pdls(dev); 1073 hp100_init_pdls(dev);
1074 1074
1075 /* Go to performance page and initalize isr and imr registers */ 1075 /* Go to performance page and initialize isr and imr registers */
1076 hp100_page(PERFORMANCE); 1076 hp100_page(PERFORMANCE);
1077 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ 1077 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */
1078 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */ 1078 hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */