]> git.baikalelectronics.ru Git - kernel.git/commit
clk: meson: axg-audio: Don't duplicate devm_clk_get_enabled()
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 20 May 2022 07:57:37 +0000 (09:57 +0200)
committerStephen Boyd <sboyd@kernel.org>
Thu, 16 Jun 2022 02:22:29 +0000 (19:22 -0700)
commit1834c2600c28f6e52f867137e6a05f1b0c53d8ae
tree1ed80a59b5f35940b8d6792baa42940951ce92f1
parentab4cbbcaf9f26aa7a5f30422f71ce81f3be5b1aa
clk: meson: axg-audio: Don't duplicate devm_clk_get_enabled()

The clk API just got a function with a slightly different name and
the same functionality. Remove the duplication.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20220520075737.758761-5-u.kleine-koenig@pengutronix.de
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/meson/axg-audio.c