commit | 206e3f1cda4d6113bdbb3656917d481b9ad447e4 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Fri Sep 14 06:15:36 2012 +0800 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Sep 19 13:57:03 2012 +0200 |
tree | fd6be59466b5e473baa16f08dfcb7a9334fb6b98 | |
parent | bb5c32d99899b0c5c46c4b0d3165de66a6981f8a [diff] |
HID: picolcd_core: Remove setting hdev->claimed before calling hid_hw_start() Current implementation of hid_hw_start() allows connect_mask to be 0. Setting hdev->claimed = HID_CLAIMED_INPUT before calling hid_hw_start() is not necessary. Remove it. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-By: Bruno Prémont <bonbons@linux-vserver.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>