Re: [PATCH v2 6/9] console: remove duplicated test on gd value

2021-01-16 Thread Tom Rini
On Fri, Nov 27, 2020 at 11:20:56AM +0100, Patrick Delaunay wrote: > Reorder test on gd value and remove the duplicated test (!gd) > in putc and puts function. > > This patch is a preliminary step for rework of this function. > > Signed-off-by: Patrick Delaunay > Reviewed-by: Sean Anderson > Re

Re: [PATCH v2 6/9] console: remove duplicated test on gd value

2020-11-30 Thread Simon Glass
On Fri, 27 Nov 2020 at 03:21, Patrick Delaunay wrote: > > Reorder test on gd value and remove the duplicated test (!gd) > in putc and puts function. > > This patch is a preliminary step for rework of this function. > > Signed-off-by: Patrick Delaunay > --- > > Changes in v2: > - update gd test in

Re: [PATCH v2 6/9] console: remove duplicated test on gd value

2020-11-27 Thread Sean Anderson
On 11/27/20 5:20 AM, Patrick Delaunay wrote: Reorder test on gd value and remove the duplicated test (!gd) in putc and puts function. This patch is a preliminary step for rework of this function. Signed-off-by: Patrick Delaunay --- Changes in v2: - update gd test in console function puts and

[PATCH v2 6/9] console: remove duplicated test on gd value

2020-11-27 Thread Patrick Delaunay
Reorder test on gd value and remove the duplicated test (!gd) in putc and puts function. This patch is a preliminary step for rework of this function. Signed-off-by: Patrick Delaunay --- Changes in v2: - update gd test in console function puts and putc (cosmetic) common/console.c | 16 +++