projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5373b20
)
driver: net: fsl-mc: Update print to reflect correct string
author
Prabhakar Kushwaha
<prabhakar@freescale.com>
Wed, 20 Jan 2016 06:34:37 +0000
(12:04 +0530)
committer
York Sun
<york.sun@nxp.com>
Mon, 1 Feb 2016 17:11:11 +0000
(09:11 -0800)
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>
drivers/net/fsl-mc/mc.c
patch
|
blob
|
history
diff --git
a/drivers/net/fsl-mc/mc.c
b/drivers/net/fsl-mc/mc.c
index bac7d239e306131bfc5b670a58002c3ecfd6d427..fdbd5841868eb34efa063f9deafdc6c03f46d61a 100644
(file)
--- 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("dp
ni
_exit() failed: %d\n", err);
+ printf("dp
bp
_exit() failed: %d\n", err);
goto err;
}