]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/bluetooth/sco.c
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)
commitdf945360ce07ca592464e44fdd2ce61ee1536e1e
treeba6b5a5f2579881915dcf127b2a8f1208ffdb2d7
parentd4902632ffe5d6958bd267a6712575e3a312a6e2
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