HID: remove self-assignment from hid_input_report
authorFelix Rueegg <felix.rueegg@gmail.com>
Tue, 8 Oct 2013 17:33:47 +0000 (19:33 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 30 Oct 2013 13:34:28 +0000 (14:34 +0100)
The ternary expression will always result in a self-assignment, which is
pointless.

Signed-off-by: Felix Rueegg <felix.rueegg@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found