Bluetooth: Make mgmt_set_powered_failed() return void
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 7 Oct 2013 06:55:46 +0000 (23:55 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 7 Oct 2013 07:19:13 +0000 (09:19 +0200)
commit3eec705e42d19b3d3e367fcb88693c24175bdbc6
treeeea85be7dba02b965069b4895f6da017e5ea8a23
parentbf6b56db0acbe844c96fe36ab65eb7a53c6d8654
Bluetooth: Make mgmt_set_powered_failed() return void

The return value of mgmt_set_powered_failed() function is never used
and so make the function just 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