Bluetooth: Use single return in hci_uart_tty_ioctl() call
authorVignesh Raman <Vignesh_Raman@mentor.com>
Fri, 23 Sep 2016 17:56:28 +0000 (18:56 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 24 Sep 2016 04:40:24 +0000 (06:40 +0200)
commit056506944a58814e5767d55ef6389aa2ab06908c
tree6e884016213e26c94e62fc5e252d2fade48a1603
parent37332ddc1470b820bd9d1eb36a2ca6ce1efb209b
Bluetooth: Use single return in hci_uart_tty_ioctl() call

Remove multiple return statements in hci_uart_tty_ioctl() call and
added a single return statement.

This code re-organisation allows subsequent locking to be easily
added.

Signed-off-by: Vignesh Raman <Vignesh_Raman@mentor.com>
Signed-off-by: Dean Jenkins <Dean_Jenkins@mentor.com>
Signed-off-by: Rajeev Kumar <rajeev_kumar@mentor.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_ldisc.c