summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-sony.c
diff options
context:
space:
mode:
authorAntonio Ospite <ao2@ao2.it>2014-06-24 11:28:43 (GMT)
committerJiri Kosina <jkosina@suse.cz>2014-06-25 19:21:19 (GMT)
commitab030726b64382d3548fd157db0a1c678c792122 (patch)
tree6af56c5449bcb64fa0f8acfd2e12fef76d098dc2 /drivers/hid/hid-sony.c
parentfb705a6dc8e997ea26f0bd93f58c43e2f0592d3a (diff)
downloadlinux-ab030726b64382d3548fd157db0a1c678c792122.tar.xz
HID: sony: Remove an old and redundant comment
Remove an old redundant comment before sony_report_fixup(), it must have been a leftover from the first version of the driver: sony_report_fixup() now handles all the supported devices, not only the Sony Vaio VGX. The comment is also redundant as the same information provided by it is also present in the body of the function. Signed-off-by: Antonio Ospite <ao2@ao2.it> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-sony.c')
-rw-r--r--drivers/hid/hid-sony.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c
index 22ba5dd..bb1e969 100644
--- a/drivers/hid/hid-sony.c
+++ b/drivers/hid/hid-sony.c
@@ -875,8 +875,6 @@ static int ps3remote_mapping(struct hid_device *hdev, struct hid_input *hi,
return 1;
}
-
-/* Sony Vaio VGX has wrongly mouse pointer declared as constant */
static __u8 *sony_report_fixup(struct hid_device *hdev, __u8 *rdesc,
unsigned int *rsize)
{