commit | e54dea69bac12dae2ff27c1c7a472d4eee70638d | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Mon Jan 15 23:53:05 2007 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Sun Jan 21 22:17:55 2007 +0100 |
tree | 0edd39c99508892a5ed8b977c01799380a0b1884 | |
parent | d4ae650a904612ffb7edd3f28b69b022988d2466 [diff] |
HID: compilation fix when DEBUG_DATA is defined hid/hid-core.c references 'len' variable when DEBUG_DATA is defined, but the actual name of the variable is 'size'. Fix it. Signed-off-by: Jiri Kosina <jkosina@suse.cz>