Re: [PATCH v1 1/5] cmd: Fix up warnings in flash.c

2022-01-21 Thread Tom Rini
On Tue, Jan 04, 2022 at 02:23:57PM +0100, Patrick Delaunay wrote: > Tidy up the warnings reported by checkpatch.pl to prepare next patches > > Signed-off-by: Patrick Delaunay > Reviewed-by: Simon Glass > Reviewed-by: Stefan Roese Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [PATCH v1 1/5] cmd: Fix up warnings in flash.c

2022-01-05 Thread Stefan Roese
On 1/4/22 14:23, Patrick Delaunay wrote: Tidy up the warnings reported by checkpatch.pl to prepare next patches Signed-off-by: Patrick Delaunay Reviewed-by: Simon Glass Reviewed-by: Stefan Roese Thanks, Stefan --- cmd/flash.c | 239 +---

[PATCH v1 1/5] cmd: Fix up warnings in flash.c

2022-01-04 Thread Patrick Delaunay
Tidy up the warnings reported by checkpatch.pl to prepare next patches Signed-off-by: Patrick Delaunay Reviewed-by: Simon Glass --- cmd/flash.c | 239 +--- 1 file changed, 117 insertions(+), 122 deletions(-) diff --git a/cmd/flash.c