]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit81d5e20d618bade2821f932767bb8313c3ef08b6
tree5ef3193e47a402aa8736c546defda715733f590a
parent584fb77f3c2380bb9e6a2a8f2d67caf276fe11ad
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