diff options
author | Andrei Emeltchenko | 2012-05-23 11:31:23 +0300 |
---|---|---|
committer | Johan Hedberg | 2012-06-05 06:34:07 +0300 |
commit | 4f42a8cd4905e69ba4dd694d9338aeee1bb7e9ab (patch) | |
tree | 2c9b72557fc328c74ea3819557924e8c3ccfff23 /net/bluetooth | |
parent | 5325e5bb86f6dd2977f0891b9eaff57293538d50 (diff) |
Bluetooth: trivial: Remove empty line
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/hci_conn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c index 971601e0ad4a..da9f827241d0 100644 --- a/net/bluetooth/hci_conn.c +++ b/net/bluetooth/hci_conn.c @@ -425,7 +425,6 @@ int hci_conn_del(struct hci_conn *conn) } } - hci_chan_list_flush(conn); hci_conn_hash_del(hdev, conn); |