···2121/* Used to match the greybus_bundle_id */2222#define GREYBUS_ID_MATCH_VENDOR BIT(0)2323#define GREYBUS_ID_MATCH_PRODUCT BIT(1)2424-#define GREYBUS_ID_MATCH_CLASS BIT(3)2424+#define GREYBUS_ID_MATCH_CLASS BIT(2)25252626#endif /* __LINUX_GREYBUS_ID_H */