commit | ec0a7517dc25b4cca8a694fd61e09771bffba022 | [log] [tgz] |
---|---|---|
author | Simon Baatz <gmbnomis@gmail.com> | Sun Jun 09 22:14:11 2013 +0200 |
committer | Chris Ball <cjb@laptop.org> | Thu Jun 27 10:22:44 2013 -0400 |
tree | f0d9f2cc5624ce459320dd6ec9a038060f510fc0 | |
parent | fca9661c6c8926171a49f6ac57adc65290f10caf [diff] |
mmc: return mmc_of_parse() errors to caller In addition to just logging errors encountered during DT parsing or allocating GPIO slots for CD/WP, mmc_of_parse() now returns with an error. In particular, this is needed if the GPIO allocation may return EPROBE_DEFER. Signed-off-by: Simon Baatz <gmbnomis@gmail.com> Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>