diff options
author | Stefan Wahren <wahrenst@gmx.net> | 2025-04-15 21:05:58 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2025-04-23 14:32:13 +0200 |
commit | f6a305309be7b07b6ea80a775138e20fe345020b (patch) | |
tree | 9a700cce5a73d351b3a792fc8a230316ddddb018 /scripts/lib/kdoc/kdoc_parser.py | |
parent | f89c082d44914f24dfb5b0219eb140369de5b612 (diff) |
pmdomain: bcm: bcm2835-power: Use devm_clk_get_optional
The driver tries to implement optional clock handling with devm_clk_get.
It treats all errors except EPROBE_DEFER as a missing clock, which is
not correct. So use devm_clk_get_optional here and get the corner-cases
right.
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/r/20250415190558.16354-1-wahrenst@gmx.net
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions