Bluetooth: Remove unneeded initializer for management command table
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 15 Mar 2015 02:28:02 +0000 (19:28 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Sun, 15 Mar 2015 07:58:51 +0000 (09:58 +0200)
commit7aea8616cd26d138b0696ba5605751fb21ee970f
tree0d58326108835d0f9853ddf46c6343f6b9122ea0
parentc91041dc4efff71f29f1dd4c9a4a5e80b841395c
Bluetooth: Remove unneeded initializer for management command table

The flags field for the management command table will be always
initialized to zero and thus no need to do that manually.

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