diff options
| -rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c index b75f4b286895..601dd8452b00 100644 --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | |||
| @@ -2254,7 +2254,7 @@ static int __init stmmac_cmdline_opt(char *str) | |||
| 2254 | } else if (!strncmp(opt, "pause:", 6)) { | 2254 | } else if (!strncmp(opt, "pause:", 6)) { |
| 2255 | if (kstrtoint(opt + 6, 0, &pause)) | 2255 | if (kstrtoint(opt + 6, 0, &pause)) |
| 2256 | goto err; | 2256 | goto err; |
| 2257 | } else if (!strncmp(opt, "eee_timer:", 6)) { | 2257 | } else if (!strncmp(opt, "eee_timer:", 10)) { |
| 2258 | if (kstrtoint(opt + 10, 0, &eee_timer)) | 2258 | if (kstrtoint(opt + 10, 0, &eee_timer)) |
| 2259 | goto err; | 2259 | goto err; |
| 2260 | } | 2260 | } |
