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 <itai.katz@nxp.com>
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
master
Prabhakar Kushwaha 8 years ago committed by York Sun
parent 5373b204df
commit a2a4dc565d
  1. 2
      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;
}

Loading…
Cancel
Save