Re: [PATCH] i2c: i2c-stm32f7: improve nack debug message

From: Alain Volmat
Date: Wed Apr 15 2020 - 09:11:41 EST


On Wed, Apr 15, 2020 at 01:01:01PM +0200, Wolfram Sang wrote:
> On Thu, Mar 19, 2020 at 07:21:55PM +0100, Alain Volmat wrote:
> > From: Fabrice Gasnier <fabrice.gasnier@xxxxxx>
> >
> > Add information on slave addr in the nack debug message.
> >
> > Signed-off-by: Fabrice Gasnier <fabrice.gasnier@xxxxxx>
> > Signed-off-by: Alain Volmat <alain.volmat@xxxxxx>
>
> Applied to for-next, thanks! (I'd drop the __func__, though; doesn't
> add information, does it?)

In fact similar message is displayed in 2 places. One in case of master mode
isr and the other one in case of slave isr. This message is adding slave
address to the master mode isr. It only makes it more clear on first sight
but indeed displaying the slave address obviously means this is master mode.