diff options
Diffstat (limited to 'drivers/net/ll_temac_main.c')
-rw-r--r-- | drivers/net/ll_temac_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ll_temac_main.c b/drivers/net/ll_temac_main.c index 874ee01e8d9..8762dcb84e8 100644 --- a/drivers/net/ll_temac_main.c +++ b/drivers/net/ll_temac_main.c | |||
@@ -494,7 +494,7 @@ static u32 temac_setoptions(struct net_device *ndev, u32 options) | |||
494 | lp->options |= options; | 494 | lp->options |= options; |
495 | mutex_unlock(&lp->indirect_mutex); | 495 | mutex_unlock(&lp->indirect_mutex); |
496 | 496 | ||
497 | return (0); | 497 | return 0; |
498 | } | 498 | } |
499 | 499 | ||
500 | /* Initialize temac */ | 500 | /* Initialize temac */ |