Bluetooth: ISO: Clean up returns values in iso_connect_ind()
authorDan Carpenter <dan.carpenter@linaro.org>
Sat, 2 Mar 2024 08:30:43 +0000 (11:30 +0300)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 6 Mar 2024 22:27:09 +0000 (17:27 -0500)
commit18d88f0fd8c0fade7ae08c2778d6c6447b11f16a
tree02acb5ba6013da00eb7c5605126e03782dd0e4c1
parent947ec0d002dce8577b655793dcc6fc78d67b7cb6
Bluetooth: ISO: Clean up returns values in iso_connect_ind()

This function either returns 0 or HCI_LM_ACCEPT.  Make it clearer which
returns are which and delete the "lm" variable because it is no longer
required.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/iso.c