diff options
Diffstat (limited to 'drivers/net/eepro100.c')
| -rw-r--r-- | drivers/net/eepro100.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/net/eepro100.c b/drivers/net/eepro100.c index d18a8d577ca..f64dbb7d6a1 100644 --- a/drivers/net/eepro100.c +++ b/drivers/net/eepro100.c @@ -678,7 +678,7 @@ static int eepro100_recv_common(struct eepro100_priv *priv, uchar **packetp)  	status = le16_to_cpu(desc->status);  	if (!(status & RFD_STATUS_C)) -		return 0; +		return -EAGAIN;  	/* Valid frame status. */  	if (status & RFD_STATUS_OK) { | 
