]> git.ipfire.org Git - thirdparty/u-boot.git/commit - drivers/net/fsl-mc/mc.c
driver: net: fsl-mc: Update fsl_mc_ldpaa_exit() path
authorYogesh Gaur <yogeshnarayan.gaur@nxp.com>
Thu, 27 Apr 2017 04:44:16 +0000 (10:14 +0530)
committerYork Sun <york.sun@nxp.com>
Tue, 23 May 2017 16:24:59 +0000 (09:24 -0700)
commit42e8179007bbfc5f4c0c80cd2131db8138f8546f
tree96280676a4c637e7f2befc8b8c77c049572ded6c
parentc40e6f916982bfaa38aef642461cbcb5917f2744
driver: net: fsl-mc: Update fsl_mc_ldpaa_exit() path

Earlier when MC is loaded but DPL is not deployed results in FDT
fix-up code execution hangs. For this case now print message on
console and return success instead of return -ENODEV. This update
allows fdt fixup to continue execution.

Signed-off-by: Yogesh Gaur <yogeshnarayan.gaur@nxp.com>
Signed-off-by: Priyanka Jain <Priyanka.jain@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
drivers/net/fsl-mc/mc.c