diff options
Diffstat (limited to 'drivers/net/tlan.c')
-rw-r--r-- | drivers/net/tlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tlan.c b/drivers/net/tlan.c index 0564ca05963d..ec8c804a795d 100644 --- a/drivers/net/tlan.c +++ b/drivers/net/tlan.c | |||
@@ -3187,7 +3187,7 @@ static int TLan_EeSendByte( u16 io_base, u8 data, int stop ) | |||
3187 | TLan_SetBit( TLAN_NET_SIO_EDATA, sio ); | 3187 | TLan_SetBit( TLAN_NET_SIO_EDATA, sio ); |
3188 | } | 3188 | } |
3189 | 3189 | ||
3190 | return ( err ); | 3190 | return err; |
3191 | 3191 | ||
3192 | } /* TLan_EeSendByte */ | 3192 | } /* TLan_EeSendByte */ |
3193 | 3193 | ||