aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/smc9194.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/smc9194.c')
-rw-r--r--drivers/net/smc9194.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/smc9194.c b/drivers/net/smc9194.c
index 8b0321f1976c..5506a0d3efe2 100644
--- a/drivers/net/smc9194.c
+++ b/drivers/net/smc9194.c
@@ -529,7 +529,7 @@ static int smc_wait_to_send_packet( struct sk_buff * skb, struct net_device * de
529 } 529 }
530 length = ETH_ZLEN; 530 length = ETH_ZLEN;
531 } 531 }
532 532
533 /* 533 /*
534 ** The MMU wants the number of pages to be the number of 256 bytes 534 ** The MMU wants the number of pages to be the number of 256 bytes
535 ** 'pages', minus 1 ( since a packet can't ever have 0 pages :) ) 535 ** 'pages', minus 1 ( since a packet can't ever have 0 pages :) )
@@ -1159,7 +1159,7 @@ static int smc_open(struct net_device *dev)
1159 address |= dev->dev_addr[ i ]; 1159 address |= dev->dev_addr[ i ];
1160 outw( address, ioaddr + ADDR0 + i ); 1160 outw( address, ioaddr + ADDR0 + i );
1161 } 1161 }
1162 1162
1163 netif_start_queue(dev); 1163 netif_start_queue(dev);
1164 return 0; 1164 return 0;
1165} 1165}