diff options
-rw-r--r-- | drivers/net/ethernet/freescale/ucc_geth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/freescale/ucc_geth.c b/drivers/net/ethernet/freescale/ucc_geth.c index 36fc429298e3..8ceaf7a2660c 100644 --- a/drivers/net/ethernet/freescale/ucc_geth.c +++ b/drivers/net/ethernet/freescale/ucc_geth.c | |||
@@ -2396,7 +2396,6 @@ static int ucc_geth_startup(struct ucc_geth_private *ugeth) | |||
2396 | if (netif_msg_ifup(ugeth)) | 2396 | if (netif_msg_ifup(ugeth)) |
2397 | pr_err("Bad number of Rx threads value\n"); | 2397 | pr_err("Bad number of Rx threads value\n"); |
2398 | return -EINVAL; | 2398 | return -EINVAL; |
2399 | break; | ||
2400 | } | 2399 | } |
2401 | 2400 | ||
2402 | switch (ug_info->numThreadsTx) { | 2401 | switch (ug_info->numThreadsTx) { |
@@ -2419,7 +2418,6 @@ static int ucc_geth_startup(struct ucc_geth_private *ugeth) | |||
2419 | if (netif_msg_ifup(ugeth)) | 2418 | if (netif_msg_ifup(ugeth)) |
2420 | pr_err("Bad number of Tx threads value\n"); | 2419 | pr_err("Bad number of Tx threads value\n"); |
2421 | return -EINVAL; | 2420 | return -EINVAL; |
2422 | break; | ||
2423 | } | 2421 | } |
2424 | 2422 | ||
2425 | /* Calculate rx_extended_features */ | 2423 | /* Calculate rx_extended_features */ |