]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Bluetooth: hci_qca: Fix confusing shutdown() and power_off() naming
authorHans de Goede <johannes.goede@oss.qualcomm.com>
Thu, 12 Feb 2026 14:17:20 +0000 (15:17 +0100)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 10 Apr 2026 14:22:42 +0000 (10:22 -0400)
commit7e2e1e5859359c62b4b8f8780be2c8dea1708529
tree5d0aa3069b2ffa557f9e0f01243c7b3c1a7058e4
parent04c217a7fc8f23a1c99b014cb6a89cf77ac7a012
Bluetooth: hci_qca: Fix confusing shutdown() and power_off() naming

The function called qca_power_off() is actually the hci_dev shutdown
handler, rename it to qca_hci_shutdown() to make this clear.

While the qca_power_shutdown() function is actually the counter-part
of qca_power_on() rename it to qca_power_off() to make this clear.

Signed-off-by: Hans de Goede <johannes.goede@oss.qualcomm.com>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/hci_qca.c