diff options
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | 2012-09-06 15:05:44 +0300 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2012-09-08 17:27:27 -0300 |
commit | 93f71941c6d3ead73ca74d447b4007c6908f6eb5 (patch) | |
tree | 1bca639e01f3e0e4d9a3f24b7363f5afdcd60c7d /net | |
parent | 9472007c62ecc8f21daa2e1e252bf73b67e535fc (diff) | |
download | linux-3.10-93f71941c6d3ead73ca74d447b4007c6908f6eb5.tar.gz linux-3.10-93f71941c6d3ead73ca74d447b4007c6908f6eb5.tar.bz2 linux-3.10-93f71941c6d3ead73ca74d447b4007c6908f6eb5.zip |
Bluetooth: trivial: Remove empty line
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/hci_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index 86abe721f48..9e6574a8e6e 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c @@ -268,7 +268,6 @@ static void hci_init_req(struct hci_dev *hdev, unsigned long opt) BT_ERR("Unknown device type %d", hdev->dev_type); break; } - } static void hci_le_init_req(struct hci_dev *hdev, unsigned long opt) |