Re: [PATCH] i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_probe()'

2020-05-12 Thread Peter Rosin
On 2020-05-12 15:08, Wolfram Sang wrote: > On Wed, May 06, 2020 at 09:21:00PM +0200, Christophe JAILLET wrote: >> A call to 'i2c_demux_deactivate_master()' is missing in the error handling >> path, as already done in the remove function. >> >> Fixes: 50a5ba876908 ("i2c: mux: demux-pinctrl: add

Re: [PATCH] i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_probe()'

2020-05-12 Thread Wolfram Sang
On Wed, May 06, 2020 at 09:21:00PM +0200, Christophe JAILLET wrote: > A call to 'i2c_demux_deactivate_master()' is missing in the error handling > path, as already done in the remove function. > > Fixes: 50a5ba876908 ("i2c: mux: demux-pinctrl: add driver") > Signed-off-by: Christophe JAILLET

[PATCH] i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_probe()'

2020-05-06 Thread Christophe JAILLET
A call to 'i2c_demux_deactivate_master()' is missing in the error handling path, as already done in the remove function. Fixes: 50a5ba876908 ("i2c: mux: demux-pinctrl: add driver") Signed-off-by: Christophe JAILLET --- drivers/i2c/muxes/i2c-demux-pinctrl.c | 1 + 1 file changed, 1 insertion(+)