HID: simplify error handling in hid_input_report()
authorJiri Kosina <jkosina@suse.cz>
Thu, 18 Mar 2010 13:11:53 +0000 (14:11 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 18 Mar 2010 13:11:53 +0000 (14:11 +0100)
The handling of failed debugging buffer allocation got overly
complicated. We simply want to skip the debugging code if allocation
fails and go on with event processing.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-core.c

Simple merge