Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a285fed authored by Viresh Kumar's avatar Viresh Kumar Committed by Greg Kroah-Hartman
Browse files

greybus: Use BIT(2) for GREYBUS_ID_MATCH_CLASS



Bit 2 was left unused, use it.

Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 129a6fbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */