]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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, 31 Oct 2011 19:45:35 +0000 (17:45 -0200)
commit70704bf9fb5292348b0861567b00d02085e5e8a5
treee4c9ddcd3cecee5312c65073e0f9e69360fd0dfd
parentf6937d9947dcb5f0b040ecdcfdf1796495673bb5
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