mfd: madera: Change regulator_get_exclusive() to regulator_get().
authorVitaly Rodionov <vitaly.rodionov@cirrus.com>
Fri, 9 Mar 2018 14:41:50 +0000 (14:41 +0000)
committer강신형 <s47.kang@samsung.com>
Tue, 19 Jun 2018 07:59:21 +0000 (16:59 +0900)
commit1e73363a891758bbe997ed78778735b9f0ba482a
treec91840348e49bcfb6654ca023151d9bf03ce4090
parent22c09a6ffe6bf63797a1cfe190c88123e4668286
mfd: madera: Change regulator_get_exclusive() to regulator_get().

On some platforms observed, like qcom and rpi
for example, calls to regulator_get_exclusive() fails.
Changing regulator_get_exclusive() to ordinal regulator_get()
will illuminate dependency on unexpected platforms behaviour.

Change-Id: I8fe9ef78d8aa3c1f39c64b24ef7458013e4b6135
Signed-off-by: Vitaly Rodionov <vitaly.rodionov@cirrus.com>
drivers/mfd/madera-core.c