]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: hci_qca: Fix build error
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 11 Jul 2024 02:30:57 +0000 (22:30 -0400)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 15 Jul 2024 14:12:56 +0000 (10:12 -0400)
commit84f9288208dfcd955446060a53add15b9e01af4e
tree70071f1f5cece8d81868b87bf6161e964cab1eb2
parent921ad2879aa7733620585e4904ba673c6c916dab
Bluetooth: hci_qca: Fix build error

This fixes the following build error introduced by b80f4e3b8cb8
("Bluetooth: hci_qca: schedule a devm action for disabling the clock"):

drivers/bluetooth/hci_qca.c: In function ‘qca_serdev_remove’:
drivers/bluetooth/hci_qca.c:2501:2: error: label at end of compound statement
 2501 |  default:
      |  ^~~~~~~

Fixes: b80f4e3b8cb8 ("Bluetooth: hci_qca: schedule a devm action for disabling the clock")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/hci_qca.c