]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite057111d943f9c9278d0554af2f943d200178917
tree9d248b473a8e14d65fbca5db57c4b994ad477cee
parent0ee5a706960976ed284f2988c1ec206d66bc2069
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