]> 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)
commit616be5a8c5fbe747d083825b2bd63331c7d07d3c
tree9d248b473a8e14d65fbca5db57c4b994ad477cee
parent8b142de121a30aaf4469b57de4c2414bd8283498
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