mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 14:42:34 -04:00
greybus: Use BIT(2) for GREYBUS_ID_MATCH_CLASS
Bit 2 was left unused, use it. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
129a6fbe76
commit
8a285fed1a
@@ -21,6 +21,6 @@ struct greybus_bundle_id {
|
||||
/* Used to match the greybus_bundle_id */
|
||||
#define GREYBUS_ID_MATCH_VENDOR BIT(0)
|
||||
#define GREYBUS_ID_MATCH_PRODUCT BIT(1)
|
||||
#define GREYBUS_ID_MATCH_CLASS BIT(3)
|
||||
#define GREYBUS_ID_MATCH_CLASS BIT(2)
|
||||
|
||||
#endif /* __LINUX_GREYBUS_ID_H */
|
||||
|
||||
Reference in New Issue
Block a user