On Thu, 14 May 2015, Dan Carpenter wrote: > These defines are used like this: > > if (test_bit(I2C_HID_STARTED, &ihid->flags)) > > The intent was to use bits 0, 1, and 2 but because of the extra shifts > we're using bits 1, 2, and 4. It's harmless becuase it's done > consistently but it's not the intent and static checkers will complain. > > Fixes: 4a200c3b9a40 ('HID: i2c-hid: introduce HID over i2c specification implementation') > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Applied to for-4.2/upstream, thanks Dan. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html