Skip to content

Commit

Permalink
HID: remove unused variable in quirk event handler
Browse files Browse the repository at this point in the history
Remove unused variable in quirk event handler.

Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Jiri Kosina committed Jan 28, 2008
1 parent 36ccaad commit 9a15c99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/hid/hid-input-quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ int hidinput_mapping_quirks(struct hid_usage *usage,
void hidinput_event_quirks(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value)
{
struct input_dev *input;
unsigned *quirks = &hid->quirks;

input = field->hidinput->input;

Expand Down

0 comments on commit 9a15c99

Please sign in to comment.