Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return void
authorArron Wang <arron.wang@intel.com>
Tue, 9 Jun 2015 09:47:22 +0000 (17:47 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 9 Jun 2015 11:41:36 +0000 (13:41 +0200)
commit9b4c33364eb653a824c58e637c73caa6feb9879c
tree51b6921315bfe0e1e94785220395afd74edd1566
parent867146a0d242bb9aecc267aa33e0804501550368
Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return void

The return value of l2cap_recv_acldata() and sco_recv_scodata()
are not used, then change it to return void

Signed-off-by: Arron Wang <arron.wang@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/hci_core.h
net/bluetooth/l2cap_core.c
net/bluetooth/sco.c