From: Johan Hedberg Date: Tue, 18 Feb 2014 15:14:32 +0000 (+0200) Subject: Bluetooth: Remove return values from functions that don't need them X-Git-Tag: v3.15-rc1~113^2~159^2^2~130^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35f7498a87794ca531335f7c782e5b9495fec6d6;p=pandora-kernel.git Bluetooth: Remove return values from functions that don't need them There are many functions that never fail but still declare an integer return value for no reason. This patch converts these functions to use a void return value to avoid any confusion of whether they can fail or not. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed