diff options
| author | Rajendra Nayak <[email protected]> | 2020-04-28 19:02:57 +0530 |
|---|---|---|
| committer | Ulf Hansson <[email protected]> | 2020-05-28 11:21:02 +0200 |
| commit | c2b613d03b060993be71b480a3ebb6156604d658 (patch) | |
| tree | 43d9686fae0f902ad65bcb313998de4feff26f53 /include | |
| parent | a38c078fea0b1393fd2acb50e91057d7e429d9aa (diff) | |
mmc: sdhci-msm: Fix error handling for dev_pm_opp_of_add_table()
Even though specifying OPP's in device tree is optional, ignoring all errors
reported by dev_pm_opp_of_add_table() means we can't distinguish between a
missing OPP table and a wrong/buggy OPP table. While missing OPP table
(dev_pm_opp_of_add_table() returns a -ENODEV in such case) can be ignored,
a wrong/buggy OPP table in device tree should make the driver error out.
while we fix that, lets also fix the variable names for opp/opp_table to
avoid confusion and name them opp_table/has_opp_table instead.
Suggested-by: Matthias Kaehlcke <[email protected]>
Signed-off-by: Rajendra Nayak <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions