summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <[email protected]>2016-01-20 12:04:37 +0530
committerYork Sun <[email protected]>2016-02-01 09:11:11 -0800
commita2a4dc565d80a858b047287e7e672c39655e5c3f (patch)
treef45daa6990de4a16c32f40e49c1bfa3593c5bcbb
parent5373b204dfbd33349486e4030c6135e180a25e54 (diff)
driver: net: fsl-mc: Update print to reflect correct string
Update printf with dpbp_exit to match with previous function call. Signed-off-by: Itai Katz <[email protected]> Signed-off-by: Prabhakar Kushwaha <[email protected]> Reviewed-by: York Sun <[email protected]>
-rw-r--r--drivers/net/fsl-mc/mc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fsl-mc/mc.c b/drivers/net/fsl-mc/mc.c
index bac7d239e30..fdbd5841868 100644
--- a/drivers/net/fsl-mc/mc.c
+++ b/drivers/net/fsl-mc/mc.c
@@ -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;
}