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)
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

Simple merge