]> git.baikalelectronics.ru Git - kernel.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, 7 Nov 2011 19:24:41 +0000 (17:24 -0200)
commit8fce65e653bd2504903df2e75eea4bd469d0bff3
treecfaddbca078cbfd5af6f39802a183b6d8b1801d6
parent3b4f670b795b777c9d495a802d5388694df2c2cf
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