Bluetooth: Remove reason parameter from hci_amp_disconn function
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 27 Jun 2014 11:45:08 +0000 (13:45 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Jul 2014 15:42:48 +0000 (17:42 +0200)
commita2b1976b8e0184635a1119f8511fc3e68902e429
treeb3b519a06233a9a68d1cf69c1b3101bda96e2121
parentb10e8017bd9d02a3c7975c06d8fa2fc39df1731c
Bluetooth: Remove reason parameter from hci_amp_disconn function

The hci_amp_disconn function is a local function and there is no
need for a reason parameter. That one can be retrieved from the
hci_conn object easily.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_conn.c