diff options
Diffstat (limited to 'drivers/net/plip/plip.c')
| -rw-r--r-- | drivers/net/plip/plip.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/net/plip/plip.c b/drivers/net/plip/plip.c index 4406b353123e..e26cf91bdec2 100644 --- a/drivers/net/plip/plip.c +++ b/drivers/net/plip/plip.c @@ -516,6 +516,7 @@ plip_receive(unsigned short nibble_timeout, struct net_device *dev,  		*data_p |= (c0 << 1) & 0xf0;  		write_data (dev, 0x00); /* send ACK */  		*ns_p = PLIP_NB_BEGIN; +		break;  	case PLIP_NB_2:  		break;  	} @@ -808,6 +809,7 @@ plip_send_packet(struct net_device *dev, struct net_local *nl,  				return HS_TIMEOUT;  			}  		} +		break;  	case PLIP_PK_LENGTH_LSB:  		if (plip_send(nibble_timeout, dev, | 
