From: Marcel Holtmann Date: Mon, 7 Oct 2013 06:55:45 +0000 (-0700) Subject: Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return void X-Git-Tag: v3.13-rc1~105^2~55^2^2~54^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf6b56db0acbe844c96fe36ab65eb7a53c6d8654;p=pandora-kernel.git Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return void The return value from mgmt_index_added() and mgmt_index_removed() functions is never used. So do not pretend that returning an error would actually be handled and just make both functions return void. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed