diff options
-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 d3ddc0ba9cd4..661d65fc487b 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c | |||
@@ -413,7 +413,6 @@ static void inquiry_cache_flush(struct hci_dev *hdev) | |||
413 | 413 | ||
414 | INIT_LIST_HEAD(&cache->unknown); | 414 | INIT_LIST_HEAD(&cache->unknown); |
415 | INIT_LIST_HEAD(&cache->resolve); | 415 | INIT_LIST_HEAD(&cache->resolve); |
416 | cache->state = DISCOVERY_STOPPED; | ||
417 | } | 416 | } |
418 | 417 | ||
419 | struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev, bdaddr_t *bdaddr) | 418 | struct inquiry_entry *hci_inquiry_cache_lookup(struct hci_dev *hdev, bdaddr_t *bdaddr) |