Bluetooth: Make mgmt_auth_failed() return void
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 15 Oct 2013 21:26:23 +0000 (14:26 -0700)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 15 Oct 2013 23:53:21 +0000 (20:53 -0300)
commite546099c3194ef6ecf46a8a50414005c29a46bc4
tree5a8b04ec871e7aef1e1bc501a4b6d12fe363c538
parent3eb385289a8b71db40b1a4a4d739817bd437db4f
Bluetooth: Make mgmt_auth_failed() return void

The return value of mgmt_auth_failed() function is not used
and so just change it to return void.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
include/net/bluetooth/hci_core.h
net/bluetooth/mgmt.c