HID: compilation fix when DEBUG_DATA is defined
authorJiri Kosina <jkosina@suse.cz>
Mon, 15 Jan 2007 22:53:05 +0000 (23:53 +0100)
committerJiri Kosina <jkosina@suse.cz>
Sun, 21 Jan 2007 21:17:55 +0000 (22:17 +0100)
commite54dea69bac12dae2ff27c1c7a472d4eee70638d
tree0edd39c99508892a5ed8b977c01799380a0b1884
parentd4ae650a904612ffb7edd3f28b69b022988d2466
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>
drivers/hid/hid-core.c