From: Szymon Janc Date: Fri, 13 Apr 2012 10:32:42 +0000 (+0200) Subject: Bluetooth: Fix missing break in hci_cmd_complete_evt X-Git-Tag: v3.4-rc6~23^2~8^2~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16cde9931bcd8d8ca968ef1cded02684ea040374;p=pandora-kernel.git Bluetooth: Fix missing break in hci_cmd_complete_evt Command complete event for HCI_OP_USER_PASSKEY_NEG_REPLY would result in calling handler function also for HCI_OP_LE_SET_SCAN_PARAM. This could result in undefined behaviour. Signed-off-by: Szymon Janc Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed