Skip to content

Commit d273b82

Browse files
author
Jiri Kosina
committed
Merge branch 'for-6.13/i2c-hid' into for-linus
- code cleanup (Uwe Kleine-König)
2 parents 9411aac + 4005667 commit d273b82

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/hid/i2c-hid/i2c-hid-of.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ MODULE_DEVICE_TABLE(of, i2c_hid_of_match);
144144
#endif
145145

146146
static const struct i2c_device_id i2c_hid_of_id_table[] = {
147-
{ "hid", 0 },
148-
{ "hid-over-i2c", 0 },
149-
{ },
147+
{ "hid" },
148+
{ "hid-over-i2c" },
149+
{ }
150150
};
151151
MODULE_DEVICE_TABLE(i2c, i2c_hid_of_id_table);
152152

0 commit comments

Comments
 (0)