mmc: cavium: Prevent crash with incomplete DT
authorJan Glauber <jglauber@cavium.com>
Mon, 22 May 2017 11:09:19 +0000 (13:09 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 22 May 2017 16:01:46 +0000 (18:01 +0200)
commit9e7b9a25e170722f15ed54f5b963e9867f79195d
treed071beb9bc6e7cb30a8d7b4fcd5b0587f8f44e5c
parent899e4aad15e93315fa18ab9e9c88904ad237cfa0
mmc: cavium: Prevent crash with incomplete DT

In case the DT specifies neither a regulator nor a gpio
for the shared power the driver will crash accessing the regulator.
Prevent the crash by checking the regulator before use.

Use mmc_regulator_get_supply() instead of open coding the same
logic.

Signed-off-by: Jan Glauber <jglauber@cavium.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/cavium.c