From: David Herrmann Date: Wed, 26 Oct 2011 08:43:18 +0000 (+0200) Subject: Bluetooth: Ignore hci_unregister_dev return value X-Git-Tag: v3.3-rc1~182^2~545^2~134^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13ea4015d37d2dbe597580898b5fafbe6f593f72;p=pandora-kernel.git Bluetooth: Ignore hci_unregister_dev return value Make all bluetooth drivers ignore the return value of hci_unregister_dev as it always returns 0. In the next step, hci_unregister_dev can be modified to return void. Some of the drivers already ignore the return value (including btusb), hence, this will increase consitency in the bluetooth drivers. Signed-off-by: David Herrmann Acked-by: Marcel Holtmann Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed