commit | 3e2b491627f39a8521bad5f4dea45de987712c96 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Fri Oct 05 09:42:40 2012 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Oct 05 09:42:39 2012 -0700 |
tree | 6e0edf48566b8e92eb016cd851619867859dc160 | |
parent | dd9e4318db8f2b7d5e9e6b8fc9fe30b0599c8237 [diff] | |
parent | d5902bf929db15820a1242561a984a67bcc27944 [diff] |
Merge "mmc: msm_sdcc: don't return error if regulator info is not available"
diff --git a/drivers/mmc/host/msm_sdcc.c b/drivers/mmc/host/msm_sdcc.c index ed84f4a..595bc5d 100644 --- a/drivers/mmc/host/msm_sdcc.c +++ b/drivers/mmc/host/msm_sdcc.c
@@ -2410,7 +2410,8 @@ curr_slot = host->plat->vreg_data; if (!curr_slot) { - rc = -EINVAL; + pr_debug("%s: vreg info unavailable, assuming the slot is powered by always on domain\n", + mmc_hostname(host->mmc)); goto out; }