USB: quirks.h: use BIT()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 05:23:55 +0000 (22:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 05:23:55 +0000 (22:23 -0700)
commit5cb307c4c27a9f37ef0c8e6bedc8c53c9197f48f
tree9d248b473a8e14d65fbca5db57c4b994ad477cee
parentddbe1fca0bcb87ca8c199ea873a456ca8a948567
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb/quirks.h