Commits
Lukasz Majewski committed 2252d150efa
usb: dwc3: Remove BIT(x) macro from DWC3's gadget code The BIT() macro is used only in those places, so it is reasonable to replace it by a constant value. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>