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)
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>

No differences found