Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx> --- drivers/mci/imx.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/mci/imx.c b/drivers/mci/imx.c index 2788fb9..4f29ddf 100644 --- a/drivers/mci/imx.c +++ b/drivers/mci/imx.c @@ -519,9 +519,7 @@ static int mxcmci_probe(struct device_d *dev) host->mci.f_min = rate >> 7; host->mci.f_max = rate >> 1; - mci_register(&host->mci); - - return 0; + return mci_register(&host->mci); } static __maybe_unused struct of_device_id mxcmci_compatible[] = { -- 2.4.9 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox