]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Make the function sco_conn_del have a return type of void
authorNicholas Krause <xerofoify@gmail.com>
Wed, 19 Aug 2015 01:23:01 +0000 (21:23 -0400)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 28 Aug 2015 19:00:37 +0000 (21:00 +0200)
commitd6a745c3a4c17f82ed444043b0c06bb5f7bca2d4
treeba6b5a5f2579881915dcf127b2a8f1208ffdb2d7
parent9524a8eda6cd0f48e6b12663a9b2b761f75d2110
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>
net/bluetooth/sco.c