]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: consolidate error paths in hci_phy_link_complete_evt()
authorSergey Shtylyov <s.shtylyov@omprussia.ru>
Wed, 7 Oct 2020 15:54:15 +0000 (18:54 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 11 Nov 2020 11:11:03 +0000 (12:11 +0100)
commitf38329fc7b653db8ca7a80270ada1cf0a0d6f937
treea26285dfe9e1891afceccfaff0b01ebb812118a5
parente921050bf9158b5c3e6fbd8e9d87fda28bcc3328
Bluetooth: consolidate error paths in hci_phy_link_complete_evt()

hci_phy_link_complete_evt() has several duplicate error paths -- consolidate
them, using the *goto* statements.

Signed-off-by: Sergey Shtylyov <s.shtylyov@omprussia.ru>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_event.c