Bluetooth: Make mgmt_new_ltk() return void
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 15 Oct 2013 21:26:29 +0000 (14:26 -0700)
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 15 Oct 2013 23:54:57 +0000 (20:54 -0300)
commit083368f7b8c03a0b3eaa048e84eb9fa9573745d4
treee4ae49f4e95684682b22463596ea6bed76cb74c5
parent3edaf092c271d91228c66a48b415c92925b83d0b
Bluetooth: Make mgmt_new_ltk() return void

The return value of mgmt_new_ltk() 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