Re: [PATCH 1/2] i2c: stm32: fix slot id after introduction of host-notify support

2020-09-18 Thread wsa
On Tue, Sep 15, 2020 at 11:11:30AM +0200, Alain Volmat wrote: > Commit 68302245720a ("i2c: stm32f7: Add SMBus Host-Notify protocol support") > added a new slot specific for handling host-notify however failed > to update the previous slot ID leading to having the 7bit address > only slot with the w

[PATCH 1/2] i2c: stm32: fix slot id after introduction of host-notify support

2020-09-15 Thread Alain Volmat
Commit 68302245720a ("i2c: stm32f7: Add SMBus Host-Notify protocol support") added a new slot specific for handling host-notify however failed to update the previous slot ID leading to having the 7bit address only slot with the wrong number. Signed-off-by: Alain Volmat --- drivers/i2c/busses/i2c