git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4b1bba
)
HID: remove self-assignment from hid_input_report
author
Felix Rueegg
<felix.rueegg@gmail.com>
Tue, 8 Oct 2013 17:33:47 +0000
(19:33 +0200)
committer
Jiri 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