From: Nicholas Krause Date: Wed, 19 Aug 2015 01:23:01 +0000 (-0400) Subject: Bluetooth: Make the function sco_conn_del have a return type of void X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~37^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df945360ce07ca592464e44fdd2ce61ee1536e1e;p=pandora-kernel.git Bluetooth: Make the function sco_conn_del have a return type of void This makes the function sco_conn_del have a return type of void now due to this function always running successfully and thus never needing to signal its caller when a non recoverable internal failure occurs by returning a error code to its respective caller. Signed-off-by: Nicholas Krause Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed