driver: net: fsl-mc: modify the label name
authorPankaj Bansal <pankaj.bansal@nxp.com>
Wed, 10 Oct 2018 08:38:29 +0000 (14:08 +0530)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 10 Oct 2018 17:30:28 +0000 (12:30 -0500)
The goto label name is misspelled it should be DPMAC not DPAMC

Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/ldpaa_eth/ldpaa_eth.c

index a25b7cd..82a684b 100644 (file)
@@ -413,7 +413,7 @@ static int ldpaa_eth_open(struct eth_device *net_dev, bd_t *bd)
                if (err) {
                        printf("%s: Could not initialize\n",
                               priv->phydev->dev->name);
-                       goto err_dpamc_bind;
+                       goto err_dpmac_bind;
                }
        }
 #else
@@ -441,13 +441,13 @@ static int ldpaa_eth_open(struct eth_device *net_dev, bd_t *bd)
        if (!priv->phydev->link) {
                printf("%s: No link.\n", priv->phydev->dev->name);
                err = -1;
-               goto err_dpamc_bind;
+               goto err_dpmac_bind;
        }
 
        /* DPMAC binding DPNI */
        err = ldpaa_dpmac_bind(priv);
        if (err)
-               goto err_dpamc_bind;
+               goto err_dpmac_bind;
 
        /* DPNI initialization */
        err = ldpaa_dpni_setup(priv);
@@ -540,7 +540,7 @@ err_dpni_bind:
 err_dpbp_setup:
        dpni_close(dflt_mc_io, MC_CMD_NO_FLAGS, dflt_dpni->dpni_handle);
 err_dpni_setup:
-err_dpamc_bind:
+err_dpmac_bind:
        dpmac_close(dflt_mc_io, MC_CMD_NO_FLAGS, priv->dpmac_handle);
        dpmac_destroy(dflt_mc_io,
                      dflt_dprc_handle,