From: Axel Lin Date: Thu, 13 Sep 2012 22:15:36 +0000 (+0800) Subject: HID: picolcd_core: Remove setting hdev->claimed before calling hid_hw_start() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~104^2~2^4~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=206e3f1cda4d6113bdbb3656917d481b9ad447e4;p=pandora-kernel.git 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 Acked-By: Bruno Prémont Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed