]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
driver: net: fsl-mc: Update print to reflect correct string
authorPrabhakar Kushwaha <prabhakar@freescale.com>
Wed, 20 Jan 2016 06:34:37 +0000 (12:04 +0530)
committerYork Sun <york.sun@nxp.com>
Mon, 1 Feb 2016 17:11:11 +0000 (09:11 -0800)
Update printf with dpbp_exit to match with previous function call.

Signed-off-by: Itai Katz <itai.katz@nxp.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
drivers/net/fsl-mc/mc.c

index bac7d239e306131bfc5b670a58002c3ecfd6d427..fdbd5841868eb34efa063f9deafdc6c03f46d61a 100644 (file)
@@ -1161,7 +1161,7 @@ int fsl_mc_ldpaa_exit(bd_t *bd)
 
        err = dpbp_exit();
        if (err < 0) {
-               printf("dpni_exit() failed: %d\n", err);
+               printf("dpbp_exit() failed: %d\n", err);
                goto err;
        }