diff options
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/hid-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index e39dac68063c..8de5cb8319b9 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c | |||
@@ -450,7 +450,7 @@ static int hid_parser_local(struct hid_parser *parser, struct hid_item *item) | |||
450 | } | 450 | } |
451 | parser->local.delimiter_depth--; | 451 | parser->local.delimiter_depth--; |
452 | } | 452 | } |
453 | return 1; | 453 | return 0; |
454 | 454 | ||
455 | case HID_LOCAL_ITEM_TAG_USAGE: | 455 | case HID_LOCAL_ITEM_TAG_USAGE: |
456 | 456 | ||