commit | 74479ba861b5cd77d445c2ec8f59521ae509f7db | [log] [tgz] |
---|---|---|
author | Michal Malý <madcatxster@gmail.com> | Mon Sep 24 01:09:30 2012 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Tue Sep 25 15:40:00 2012 +0200 |
tree | 4ad916f83fce648457409b799300db152ba084b3 | |
parent | cead24c1181ad199354bd08013d0f9d08b66691b [diff] |
HID: hid-lg4ff: Minor code cleanup to improve readability This patch replaces all occurrences of "report->field[0]->value[n]" with just "value[n]" to get rid of the lengthy trains we have now. Signed-off-by: Michal Malý <madcatxster@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>