[RESEND PATCH V3 6/8] mmc: tegra: handle mmc_of_parse() errors during probe

Stephen Warren swarren at wwwdotorg.org
Mon Jun 10 17:11:14 EDT 2013


On 06/09/2013 02:14 PM, Simon Baatz wrote:
> Signed-off-by: Simon Baatz <gmbnomis at gmail.com>

Tested-by: Stephen Warren <swarren at nvidia.com>

(On Seaboard/Springbank board, i.e. Tegra20)

> diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c

> +err_parse_dt:
>  err_power_req:
>  err_alloc_tegra_host:

Nit: It'd be nice if that new label got inserted into the middle of the
list, so err_power_req, err_parse_dt, err_alloc_tegra_host. That way if
we ever needed to add separate code there, they'd be in the right order
already. Still, this isn't worth fixing unless you have to repost for
some other reason I guess.



More information about the linux-arm-kernel mailing list