diff options
author | 2023-02-27 22:02:23 +0100 | |
---|---|---|
committer | 2023-03-23 11:30:19 +0100 | |
commit | 4b4b7ac73704bfa796d2be6b96cb9072f7298861 (patch) | |
tree | 5ed80460a36006917eeb9cb4ff925518944cb2d8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mmc: sdhci-of-arasan: Add support to request the "gate" clock (diff) | |
download | wireguard-linux-4b4b7ac73704bfa796d2be6b96cb9072f7298861.tar.xz wireguard-linux-4b4b7ac73704bfa796d2be6b96cb9072f7298861.zip |
mmc: core: Allow invalid regulator in mmc_regulator_set_ocr()
Basically all host drivers use code like this:
if (!IS_ERR(mmc->supply.vmmc))
mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, 0)
Move the IS_ERR() check to mmc_regulator_set_ocr() to simplify host driver
code.
Suggested-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Link: https://lore.kernel.org/r/0c1e7440-f4bc-b48a-137f-58b75ac98550@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions