]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Sort switch cases by opcode's numeric value
authorKuba Pawlak <kubax.t.pawlak@intel.com>
Thu, 6 Nov 2014 18:36:53 +0000 (19:36 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 6 Nov 2014 18:38:42 +0000 (19:38 +0100)
commit5a884da6b6ff700342298fd50bbaa2fe52e83795
tree00af8844aac81896594838cd30de1b8ecf048ca5
parentc93592098315889891d46fed44d35e76ee650f4c
Bluetooth: Sort switch cases by opcode's numeric value

Opcodes in switch/case in hci_cmd_status_evt are not sorted
by value. This patch restores proper ordering.

Signed-off-by: Kuba Pawlak <kubax.t.pawlak@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_event.c