]> 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)
commit2c7b321af4de973b9aec944bbf30ad8d555c7f94
tree00af8844aac81896594838cd30de1b8ecf048ca5
parent92e7a8de9809bac421a8c5474f3e7e0bfe079b31
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