Bluetooth: Make mgmt_new_link_key() return void
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 15 Oct 2013 17:15:57 +0000 (10:15 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 15 Oct 2013 18:27:45 +0000 (21:27 +0300)
commitdc4a5ee2a3282a1044b164979609b4bfab43900b
treebc01104a07623282ad79a79d81bb9057b67c3d97
parent310a3d4854d71c0a565c9f7705749e78f6113c4c
Bluetooth: Make mgmt_new_link_key() return void

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

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
include/net/bluetooth/hci_core.h
net/bluetooth/mgmt.c