Bluetooth: btusb: Make use of of BIT macro to declare flags
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 3 Mar 2022 22:17:07 +0000 (14:17 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 4 Mar 2022 15:10:50 +0000 (16:10 +0100)
commitf95fd5f364839ec48b18b80312ed86bf51908e56
tree5ef3193e47a402aa8736c546defda715733f590a
parent9b392e0e0b6d026da5a62bb79a08f32e27af858e
Bluetooth: btusb: Make use of of BIT macro to declare flags

This makes use of BIT macro when declaring BTUSB flags which makes it
understand how many bits are in use and many are left.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btusb.c