diff options
Diffstat (limited to 'drivers/hid/hid-input.c')
-rw-r--r-- | drivers/hid/hid-input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index aeb018e31bfc..5325d98b4328 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c | |||
@@ -382,7 +382,7 @@ static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_fiel | |||
382 | } | 382 | } |
383 | 383 | ||
384 | /* handle input mappings for quirky devices */ | 384 | /* handle input mappings for quirky devices */ |
385 | ret = hidinput_mapping_quirks(usage, input, bit, &max); | 385 | ret = hidinput_mapping_quirks(usage, input, &bit, &max); |
386 | if (ret) | 386 | if (ret) |
387 | goto mapped; | 387 | goto mapped; |
388 | 388 | ||