staging: fsl-mc: do not print error in case of defer probe error
authorNipun Gupta <nipun.gupta@nxp.com>
Mon, 11 Dec 2017 15:45:38 +0000 (21:15 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Dec 2017 11:40:41 +0000 (12:40 +0100)
commit9c70dbd0850f15cc11a888b5a2e3378572fd4bf6
tree27a37b3f5f3e0d559cede1eb5f6b92c1f0bafd5f
parentd5c9df800b573554ef4fcc19eb1e7b4f39dbb848
staging: fsl-mc: do not print error in case of defer probe error

Devices on MC bus can be deferred because of dependencies on other modules
(such as IOMMU). Those are not the actual errors; as probing is again
done by the kernel at later stages. So this patch avoids the error print
in such case.

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/fsl-mc-bus.c