Re: [PATCH] i2c: octeon: remove unused signal handling

2015-06-12 Thread Alexander Sverdlin
Hi! On 11/06/15 16:12, ext Nicholas Mc Guire wrote: > 'commit 2637e5fd232d ("i2c: octeon: Fix i2c fail problem when a process is > terminated by a signal")' removed the wait_event_interruptible_timeout to > prevent half/mixed i2c messages from being sent/recievd but forgot to > drop the signal h

[PATCH] i2c: octeon: remove unused signal handling

2015-06-11 Thread Nicholas Mc Guire
'commit 2637e5fd232d ("i2c: octeon: Fix i2c fail problem when a process is terminated by a signal")' removed the wait_event_interruptible_timeout to prevent half/mixed i2c messages from being sent/recievd but forgot to drop the signal handling case in the return handling. This just removes this