]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix missing return statement in process_adv_report
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 4 Jul 2014 09:37:16 +0000 (12:37 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 4 Jul 2014 09:58:08 +0000 (11:58 +0200)
commita6467de3f1b1c0c31bf9b5e5107dd553ec97a5b6
tree35b39a6a1d91c0ca35121fff1541976b06e7bb97
parente7d8bfff8e80c8eaebdbf622706e12312168dc1e
Bluetooth: Fix missing return statement in process_adv_report

If we're doing passive scanning we shouldn't proceed with any of the
code that deals with active scanning (pending reports, etc.). This patch
fixes a missing return statement for the passive scanning section in the
process_adv_report() function.

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