mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
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>
This commit is contained in:
parent
5373b204df
commit
a2a4dc565d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue