Bluetooth: Make hci_unregister_dev return void
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 26 Oct 2011 08:43:19 +0000 (10:43 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 7 Nov 2011 19:24:41 +0000 (17:24 -0200)
commit59735631d24e3463f139a21255e0db94bc59081e
treecfaddbca078cbfd5af6f39802a183b6d8b1801d6
parent13ea4015d37d2dbe597580898b5fafbe6f593f72
Bluetooth: Make hci_unregister_dev return void

hci_unregister_dev cannot fail and always returns 0. The drivers already ignore
the return value so we can safely make it return void.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
include/net/bluetooth/hci_core.h
net/bluetooth/hci_core.c