瀏覽代碼

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>
Prabhakar Kushwaha 9 年之前
父節點
當前提交
a2a4dc565d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/net/fsl-mc/mc.c

+ 1 - 1
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;
 	}