From: David Herrmann Date: Wed, 26 Oct 2011 08:43:19 +0000 (+0200) Subject: Bluetooth: Make hci_unregister_dev return void X-Git-Tag: v3.3-rc1~182^2~545^2~134^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59735631d24e3463f139a21255e0db94bc59081e;p=pandora-kernel.git 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 Acked-by: Marcel Holtmann Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed