]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Bluetooth: hci_qca: use devm_clk_get_optional_enabled_with_rate()
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 30 Sep 2024 08:09:38 +0000 (10:09 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 14 Nov 2024 20:31:50 +0000 (15:31 -0500)
commitc6256ec2165fe8b8e8757a32a66837623e51d442
treecdfa219eed7a1fc311e4ec312e11bacddf597436
parentd88a8bb8bbbec9d57b84232a2d6f8dab84221959
Bluetooth: hci_qca: use devm_clk_get_optional_enabled_with_rate()

Use the new devm_clk_get_optional_enabled_with_rate() clock helper to
shrink the code a bit.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/hci_qca.c