Re: [PATCH v1] i2c:i2c-stm32f7: fix setup structure

2017-10-06 Thread Pierre Yves MORDRET
On 10/05/2017 01:14 PM, Wolfram Sang wrote: > On Thu, Sep 21, 2017 at 03:30:09PM +0200, Pierre-Yves MORDRET wrote: >> I2C drive setup structure is not properly allocated. >> Make it static instead of pointer to store driver data. >> >> Signed-off-by: Pierre-Yves MORDRET

Re: [PATCH v1] i2c:i2c-stm32f7: fix setup structure

2017-10-06 Thread Pierre Yves MORDRET
On 10/05/2017 01:14 PM, Wolfram Sang wrote: > On Thu, Sep 21, 2017 at 03:30:09PM +0200, Pierre-Yves MORDRET wrote: >> I2C drive setup structure is not properly allocated. >> Make it static instead of pointer to store driver data. >> >> Signed-off-by: Pierre-Yves MORDRET > > Ouch! How did it

Re: [PATCH v1] i2c:i2c-stm32f7: fix setup structure

2017-10-05 Thread Wolfram Sang
On Thu, Sep 21, 2017 at 03:30:09PM +0200, Pierre-Yves MORDRET wrote: > I2C drive setup structure is not properly allocated. > Make it static instead of pointer to store driver data. > > Signed-off-by: Pierre-Yves MORDRET Ouch! How did it work before? Applied to

Re: [PATCH v1] i2c:i2c-stm32f7: fix setup structure

2017-10-05 Thread Wolfram Sang
On Thu, Sep 21, 2017 at 03:30:09PM +0200, Pierre-Yves MORDRET wrote: > I2C drive setup structure is not properly allocated. > Make it static instead of pointer to store driver data. > > Signed-off-by: Pierre-Yves MORDRET Ouch! How did it work before? Applied to for-current, thanks! Please

[PATCH v1] i2c:i2c-stm32f7: fix setup structure

2017-09-21 Thread Pierre-Yves MORDRET
I2C drive setup structure is not properly allocated. Make it static instead of pointer to store driver data. Signed-off-by: Pierre-Yves MORDRET --- drivers/i2c/busses/i2c-stm32f7.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git

[PATCH v1] i2c:i2c-stm32f7: fix setup structure

2017-09-21 Thread Pierre-Yves MORDRET
I2C drive setup structure is not properly allocated. Make it static instead of pointer to store driver data. Signed-off-by: Pierre-Yves MORDRET --- drivers/i2c/busses/i2c-stm32f7.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git