Commit 5cb307c4 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

USB: quirks.h: use BIT()



Use the BIT macro instead of "open coding" bit fields.  This makes it
easier to actually see that the bits are not conflicting/overlapping.

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ddbe1fca
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment