diff options
author | Jiri Kosina <jkosina@suse.com> | 2024-11-18 21:56:39 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2024-11-18 21:56:39 +0100 |
commit | d273b820f71146aa30aa48f77ba1996b0ff2c7c5 (patch) | |
tree | 0321a7d2a4e4adcdc38a2fa31114a790c1386445 /drivers | |
parent | 9411aacd72b619dc9b349a227d9db46c1f3c28c4 (diff) | |
parent | 4005667d3a09d832236c8d0ba598e510b6a20560 (diff) |
Merge branch 'for-6.13/i2c-hid' into for-linus
- code cleanup (Uwe Kleine-König)
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hid/i2c-hid/i2c-hid-of.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hid/i2c-hid/i2c-hid-of.c b/drivers/hid/i2c-hid/i2c-hid-of.c index 8be4d576da77..57379b77e977 100644 --- a/drivers/hid/i2c-hid/i2c-hid-of.c +++ b/drivers/hid/i2c-hid/i2c-hid-of.c @@ -144,9 +144,9 @@ MODULE_DEVICE_TABLE(of, i2c_hid_of_match); #endif static const struct i2c_device_id i2c_hid_of_id_table[] = { - { "hid", 0 }, - { "hid-over-i2c", 0 }, - { }, + { "hid" }, + { "hid-over-i2c" }, + { } }; MODULE_DEVICE_TABLE(i2c, i2c_hid_of_id_table); |