Re: [PATCH] i2c: mv64xxx: remove unreachable signal case handling

2015-06-17 Thread Nicholas Mc Guire
On Wed, 17 Jun 2015, Gregory CLEMENT wrote: > Hi Wolfram, Nicholas, > > On 17/06/2015 15:00, Wolfram Sang wrote: > > On Thu, Jun 11, 2015 at 05:27:33PM +0200, Nicholas Mc Guire wrote: > >> 'commit d295a86eab20 ("i2c: mv64xxx: work around signals causing I2C > >> transactions to be aborted")'

Re: [PATCH] i2c: mv64xxx: remove unreachable signal case handling

2015-06-17 Thread Gregory CLEMENT
Hi Wolfram, Nicholas, On 17/06/2015 15:00, Wolfram Sang wrote: > On Thu, Jun 11, 2015 at 05:27:33PM +0200, Nicholas Mc Guire wrote: >> 'commit d295a86eab20 ("i2c: mv64xxx: work around signals causing I2C >> transactions to be aborted")' removed the wait_event_interruptible_timeout >> to prevent

Re: [PATCH] i2c: mv64xxx: remove unreachable signal case handling

2015-06-17 Thread Wolfram Sang
On Thu, Jun 11, 2015 at 05:27:33PM +0200, Nicholas Mc Guire wrote: > 'commit d295a86eab20 ("i2c: mv64xxx: work around signals causing I2C > transactions to be aborted")' removed the wait_event_interruptible_timeout > to prevent half/mixed i2c messages from being sent/received but forgot to > drop

Re: [PATCH] i2c: mv64xxx: remove unreachable signal case handling

2015-06-17 Thread Gregory CLEMENT
Hi Wolfram, Nicholas, On 17/06/2015 15:00, Wolfram Sang wrote: On Thu, Jun 11, 2015 at 05:27:33PM +0200, Nicholas Mc Guire wrote: 'commit d295a86eab20 (i2c: mv64xxx: work around signals causing I2C transactions to be aborted)' removed the wait_event_interruptible_timeout to prevent

Re: [PATCH] i2c: mv64xxx: remove unreachable signal case handling

2015-06-17 Thread Nicholas Mc Guire
On Wed, 17 Jun 2015, Gregory CLEMENT wrote: Hi Wolfram, Nicholas, On 17/06/2015 15:00, Wolfram Sang wrote: On Thu, Jun 11, 2015 at 05:27:33PM +0200, Nicholas Mc Guire wrote: 'commit d295a86eab20 (i2c: mv64xxx: work around signals causing I2C transactions to be aborted)' removed the

Re: [PATCH] i2c: mv64xxx: remove unreachable signal case handling

2015-06-17 Thread Wolfram Sang
On Thu, Jun 11, 2015 at 05:27:33PM +0200, Nicholas Mc Guire wrote: 'commit d295a86eab20 (i2c: mv64xxx: work around signals causing I2C transactions to be aborted)' removed the wait_event_interruptible_timeout to prevent half/mixed i2c messages from being sent/received but forgot to drop the

[PATCH] i2c: mv64xxx: remove unreachable signal case handling

2015-06-11 Thread Nicholas Mc Guire
'commit d295a86eab20 ("i2c: mv64xxx: work around signals causing I2C transactions to be aborted")' removed the wait_event_interruptible_timeout to prevent half/mixed i2c messages from being sent/received but forgot to drop the signal received cases in the return handling. This just removes this

[PATCH] i2c: mv64xxx: remove unreachable signal case handling

2015-06-11 Thread Nicholas Mc Guire
'commit d295a86eab20 (i2c: mv64xxx: work around signals causing I2C transactions to be aborted)' removed the wait_event_interruptible_timeout to prevent half/mixed i2c messages from being sent/received but forgot to drop the signal received cases in the return handling. This just removes this