commit | df945360ce07ca592464e44fdd2ce61ee1536e1e | [log] [tgz] |
---|---|---|
author | Nicholas Krause <xerofoify@gmail.com> | Tue Aug 18 21:23:01 2015 -0400 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri Aug 28 21:00:37 2015 +0200 |
tree | ba6b5a5f2579881915dcf127b2a8f1208ffdb2d7 | |
parent | d4902632ffe5d6958bd267a6712575e3a312a6e2 [diff] |
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 <xerofoify@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>