From: Greg Kroah-Hartman Date: Wed, 24 Sep 2014 05:23:55 +0000 (-0700) Subject: USB: quirks.h: use BIT() X-Git-Tag: fixes-for-v3.18-merge-window~16^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cb307c4c27a9f37ef0c8e6bedc8c53c9197f48f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed