Bluetooth: Make mgmt_write_scan_failed() return void
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 15 Oct 2013 13:33:56 +0000 (06:33 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 15 Oct 2013 14:21:35 +0000 (17:21 +0300)
commit4796e8af60ee7d2922386ef9fd4389d21e2c1665
tree75834071976e55550199003dc6d644b0d74988ab
parenta330916c4f29898b93708b6bec8f59f7a7956f41
Bluetooth: Make mgmt_write_scan_failed() return void

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