Bluetooth: make device_type const
commit9374bf18dbb533912898b07b3751fbce40fae5c4
authorBhumika Goyal <bhumirks@gmail.com>
Sat, 19 Aug 2017 09:24:47 +0000 (19 14:54 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 19 Aug 2017 09:55:31 +0000 (19 11:55 +0200)
tree8b4d2c14673696aaf5da61dfbd8c679b412d29c1
parent01d300c577c72229b0a3b09e194cae52b219d5b3
Bluetooth: make device_type const

Make these const as they are only stored in the type field of a device
structure, which is const.
Done using Coccinelle.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_sysfs.c