Re: [PATCH] soc: mediatek: PMIC wrap: Fix error handling

2017-05-10 Thread Matthias Brugger
On 19/02/17 14:12, Christophe JAILLET wrote: According to error handling in this function, it is likely that going to 'err_out2' was expected here. Signed-off-by: Christophe JAILLET Applied to v4.12-next/soc Sorry for the delay. Matthias --- drivers/soc/mediatek/mtk-pmic-wrap.c | 9 +++

[PATCH] soc: mediatek: PMIC wrap: Fix error handling

2017-02-19 Thread Christophe JAILLET
According to error handling in this function, it is likely that going to 'err_out2' was expected here. Signed-off-by: Christophe JAILLET --- drivers/soc/mediatek/mtk-pmic-wrap.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/soc/mediatek/mtk-pmic-wrap.c b/d