From: Benjamin Tissoires Date: Wed, 5 Feb 2014 21:33:23 +0000 (-0500) Subject: HID: introduce helper to access hid_output_raw_report() X-Git-Tag: v3.15-rc1~114^2~1^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e845d46b13e7730a3720e978c28117ce422edf9;p=pandora-kernel.git HID: introduce helper to access hid_output_raw_report() Add a helper to access hdev->hid_output_raw_report(). To convert the drivers, use the following snippets: for i in drivers/hid/*.c do sed -i.bak "s/[^ \t]*->hid_output_raw_report(/hid_output_raw_report(/g" $i done Then manually fix for checkpatch.pl Reviewed-by: David Herrmann Signed-off-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed