Re: [PATCH v1 2/2] x86: tangier: pinmux: Move error message to the caller

2021-10-31 Thread Bin Meng
On Mon, Nov 1, 2021 at 10:18 AM Bin Meng wrote: > > On Wed, Oct 27, 2021 at 10:23 PM Andy Shevchenko > wrote: > > > > Move error message to the caller of mrfld_pinconfig*() in order > > to unify them in the future. > > > > Signed-off-by: Andy Shevchenko > > --- > > arch/x86/cpu/tangier/pinmux.c

Re: [PATCH v1 2/2] x86: tangier: pinmux: Move error message to the caller

2021-10-31 Thread Bin Meng
On Wed, Oct 27, 2021 at 10:23 PM Andy Shevchenko wrote: > > Move error message to the caller of mrfld_pinconfig*() in order > to unify them in the future. > > Signed-off-by: Andy Shevchenko > --- > arch/x86/cpu/tangier/pinmux.c | 10 +++--- > 1 file changed, 3 insertions(+), 7 deletions(-) >

Re: [PATCH v1 2/2] x86: tangier: pinmux: Move error message to the caller

2021-10-27 Thread Simon Glass
On Wed, 27 Oct 2021 at 08:23, Andy Shevchenko wrote: > > Move error message to the caller of mrfld_pinconfig*() in order > to unify them in the future. > > Signed-off-by: Andy Shevchenko > --- > arch/x86/cpu/tangier/pinmux.c | 10 +++--- > 1 file changed, 3 insertions(+), 7 deletions(-) Rev

[PATCH v1 2/2] x86: tangier: pinmux: Move error message to the caller

2021-10-27 Thread Andy Shevchenko
Move error message to the caller of mrfld_pinconfig*() in order to unify them in the future. Signed-off-by: Andy Shevchenko --- arch/x86/cpu/tangier/pinmux.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/arch/x86/cpu/tangier/pinmux.c b/arch/x86/cpu/tangier/pinmux