]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit47e0096fa1840187fb4a6b533399394d19b311df
tree807ab25cf97d1e66a774abecbe9b0d73c6d4b3e0
parent9c478c6ac15cc1642386f04bedc5f0758d1131b4
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