Re: [PATCH] bluetooth:Make the function sco_conn_del have a return type of void

2015-08-19 Thread Marcel Holtmann
Hi Nicholas, > 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. > >

Re: [PATCH] bluetooth:Make the function sco_conn_del have a return type of void

2015-08-19 Thread Marcel Holtmann
Hi Nicholas, 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: