Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9de65fc authored by David Lechner's avatar David Lechner Committed by Ulf Hansson
Browse files

mmc: davinci: suppress error message on EPROBE_DEFER



This suppresses printing an error message during probe of the TI DaVinci
MMC driver when the error is EPROBE_DEFER.

Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent 6478f4e1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1253,6 +1253,7 @@ static int davinci_mmcsd_probe(struct platform_device *pdev)
		pdev->id_entry = match->data;
		ret = mmc_of_parse(mmc);
		if (ret) {
			if (ret != -EPROBE_DEFER)
				dev_err(&pdev->dev,
					"could not parse of data: %d\n", ret);
			goto parse_fail;