Bluetooth: Make connect / disconnect cfm functions return void
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Tue, 24 Jul 2012 13:06:15 +0000 (16:06 +0300)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 6 Aug 2012 18:02:58 +0000 (15:02 -0300)
commit9e66463127ff7238020c3c4e7f84dfbc23e5c2b5
tree78eca02713a62ff8bafbf9c64447c53784d51afc
parentc58e810eb0916f9197378435af72136fb7c97f43
Bluetooth: Make connect / disconnect cfm functions return void

Return values are never used because callers hci_proto_connect_cfm
and hci_proto_disconn_cfm return void.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
include/net/bluetooth/hci_core.h
net/bluetooth/l2cap_core.c
net/bluetooth/sco.c