diff options
author | 2023-01-10 10:38:20 +0100 | |
---|---|---|
committer | 2023-01-10 11:04:56 +0100 | |
commit | 6d6defd42185d8ab07e6d0cada5fb3a986f23406 (patch) | |
tree | 4736d08318b5e54f14095c57bcaebf05feb94803 /lib/pm-notifier-error-inject.c | |
parent | drm/meson: dw-hdmi: Fix devm_regulator_*get_enable*() conversion (diff) | |
download | linux-rng-6d6defd42185d8ab07e6d0cada5fb3a986f23406.tar.xz linux-rng-6d6defd42185d8ab07e6d0cada5fb3a986f23406.zip |
drm/mxsfb: improve clk handling for axi clk
Ignoring errors from devm_clk_get() is wrong. To handle not all platforms
having an axi clk use devm_clk_get_optional() instead and do proper error
handling.
Also the clk API handles NULL as a dummy clk (which is also returned by
devm_clk_get_optional() if there is no clk) so there is no need to check
for NULL before calling clk_prepare_enable() or its counter part.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200720153254.18071-1-u.kleine-koenig@pengutronix.de
Diffstat (limited to 'lib/pm-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions