]> 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)
commit260808a124405e32eec3a06f72719749900c1dce
tree5ef3193e47a402aa8736c546defda715733f590a
parent849d04f0a89af15d0c3cebf682fdc054edca28a3
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