Skip to content

Commit 84f9288

Browse files
committed
Bluetooth: hci_qca: Fix build error
This fixes the following build error introduced by b80f4e3 ("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: b80f4e3 ("Bluetooth: hci_qca: schedule a devm action for disabling the clock") Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent 921ad28 commit 84f9288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/bluetooth/hci_qca.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2499,6 +2499,7 @@ static void qca_serdev_remove(struct serdev_device *serdev)
24992499
qca_power_shutdown(&qcadev->serdev_hu);
25002500
break;
25012501
default:
2502+
break;
25022503
}
25032504

25042505
hci_uart_unregister_device(&qcadev->serdev_hu);

0 commit comments

Comments
 (0)