Re: [PATCH] HID: remove self-assignment from hid_input_report

2013-10-30 Thread Jiri Kosina
On Tue, 8 Oct 2013, Felix Rueegg wrote: > The ternary expression will always result in a self-assignment, which is > pointless. Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel

[PATCH] HID: remove self-assignment from hid_input_report

2013-10-08 Thread Felix Rueegg
The ternary expression will always result in a self-assignment, which is pointless. Signed-off-by: Felix Rueegg --- drivers/hid/hid-core.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index 5a8c011..ae0c963 100644 --- a/d