diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-11-20 00:30:39 -0800 |
---|---|---|
committer | Chris Ball <chris@printf.net> | 2014-01-13 12:48:22 -0500 |
commit | 05fae4a7551543f10f1892f533af2d12378a4ba9 (patch) | |
tree | 59cf400c43788c5754ddcd89fe0f294ec8487ce7 /net/decnet | |
parent | d1a1dfb2f5dad3fbcea71b95791d525f4775cff5 (diff) | |
download | linux-stable-05fae4a7551543f10f1892f533af2d12378a4ba9.tar.gz linux-stable-05fae4a7551543f10f1892f533af2d12378a4ba9.tar.bz2 linux-stable-05fae4a7551543f10f1892f533af2d12378a4ba9.zip |
mmc: tmio: use -EPROBE_DEFER if driver can't find regulator
Current tmio driver tries to use default ocr_avail if 1) it couldn't
find regulator and 2) if platform data doesn't have ocr_mask.
But, there is no guarantee that regulator driver probe is faster than
TMIO driver probe. TMIO driver will not use regulator in such case.
By this patch, TMIO driver returns -EPROBE_DEFER if it couldn't find
regulator and if platform doesn't have ocr_mask. Because, there is a
possibility that regulator has not been probed, but the user expects it.
This patch changes tmio_mmc_host_probe() behavior, but there is no user
who has conflict.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'net/decnet')
0 files changed, 0 insertions, 0 deletions