Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return void
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 7 Oct 2013 06:55:45 +0000 (23:55 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 7 Oct 2013 07:19:12 +0000 (09:19 +0200)
commitbf6b56db0acbe844c96fe36ab65eb7a53c6d8654
tree807ab25cf97d1e66a774abecbe9b0d73c6d4b3e0
parent5559435654776359679613f69f1c0a2895603a69
Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return void

The return value from mgmt_index_added() and mgmt_index_removed()
functions is never used. So do not pretend that returning an error
would actually be handled and just make both functions 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