[PATCH v1 1/6] mips: Return proper error code from console ->setup() hook

2020-06-18 Thread Andy Shevchenko
For unifying console ->setup() handling, which is pure documented, return error code, rather than non-zero arbitrary number. Signed-off-by: Andy Shevchenko Cc: Thomas Bogendoerfer --- arch/mips/fw/arc/arc_con.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/mips/fw/

Re: [PATCH v1 1/6] mips: Return proper error code from console ->setup() hook

2020-06-19 Thread Thomas Bogendoerfer
On Thu, Jun 18, 2020 at 07:47:46PM +0300, Andy Shevchenko wrote: > For unifying console ->setup() handling, which is pure documented, > return error code, rather than non-zero arbitrary number. > > Signed-off-by: Andy Shevchenko > Cc: Thomas Bogendoerfer > --- > arch/mips/fw/arc/arc_con.c | 4 +

Re: [PATCH v1 1/6] mips: Return proper error code from console ->setup() hook

2020-06-22 Thread Jiri Slaby
On 18. 06. 20, 18:47, Andy Shevchenko wrote: > For unifying console ->setup() handling, which is pure documented, Did you mean s/pure/poorly/ in all the patches? Or purely? But then where? > return error code, rather than non-zero arbitrary number. > > Signed-off-by: Andy Shevchenko > Cc: Thoma

Re: [PATCH v1 1/6] mips: Return proper error code from console ->setup() hook

2020-06-22 Thread Andy Shevchenko
On Mon, Jun 22, 2020 at 5:30 PM Jiri Slaby wrote: > > On 18. 06. 20, 18:47, Andy Shevchenko wrote: > > For unifying console ->setup() handling, which is pure documented, > > Did you mean s/pure/poorly/ in all the patches? Or purely? But then where? Poorly. -- With Best Regards, Andy Shevchenko