HID: hid-lg4ff: Replace DEVICE_ATTR_RW with DEVICE_ATTR to have all internal function...
authorMichal Malý <madcatxster@devoid-pointer.net>
Wed, 8 Apr 2015 20:56:41 +0000 (22:56 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 7 May 2015 14:27:08 +0000 (16:27 +0200)
commitfbf85e2ad1ade7bcc9efa0557c19bea5fffd192a
treeb5ede0e581eaecb376a48137e277f151b1bd5aa9
parentd0afd84893ebdbbe6dc022514cd6b62fbc90a034
HID: hid-lg4ff: Replace DEVICE_ATTR_RW with DEVICE_ATTR to have all internal functions prefixed with "lg4ff_"

Replace DEVICE_ATTR_RW with DEVICE_ATTR to have all internal functions prefixed
with "lg4ff_". All internal functions should be prefixed with just "lg4ff_".
Usage of DEVICE_ATTR_RW breaks this scheme because it expects the functions'
names to match the name of the respective sysfs entry.
This partially reverts "2f1cec3250e38609bf9252db52dbbe61603c04a7"

Signed-off-by: Michal Malý <madcatxster@devoid-pointer.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-lg4ff.c
This page took 0.025135 seconds and 5 git commands to generate.