[U-Boot] [PATCH] driver: net: fsl-mc: Update print to reflect correct string
Prabhakar Kushwaha
prabhakar.kushwaha at nxp.com
Wed Jan 20 07:34:37 CET 2016
From: Prabhakar Kushwaha <prabhakar at freescale.com>
Update printf with dpbp_exit to match with previous function call.
Signed-off-by: Itai Katz <itai.katz at nxp.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha at nxp.com>
---
drivers/net/fsl-mc/mc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/fsl-mc/mc.c b/drivers/net/fsl-mc/mc.c
index 6269dab..b5eafd2 100644
--- a/drivers/net/fsl-mc/mc.c
+++ b/drivers/net/fsl-mc/mc.c
@@ -1099,7 +1099,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;
}
--
1.9.1
More information about the U-Boot
mailing list