Re: [U-Boot] [PATCH 1/1] cmd: gpio: remove redundant assignment

2019-08-26 Thread Tom Rini
On Thu, Aug 22, 2019 at 10:19:41PM +0200, Heinrich Schuchardt wrote: > The assigned value NULL is overwritten before being used. Remove the > assignment. > > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Bin Meng Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP s

Re: [U-Boot] [PATCH 1/1] cmd: gpio: remove redundant assignment

2019-08-22 Thread Bin Meng
On Fri, Aug 23, 2019 at 4:19 AM Heinrich Schuchardt wrote: > > The assigned value NULL is overwritten before being used. Remove the > assignment. > > Signed-off-by: Heinrich Schuchardt > --- > cmd/gpio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng __

[U-Boot] [PATCH 1/1] cmd: gpio: remove redundant assignment

2019-08-22 Thread Heinrich Schuchardt
The assigned value NULL is overwritten before being used. Remove the assignment. Signed-off-by: Heinrich Schuchardt --- cmd/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gpio.c b/cmd/gpio.c index 53366f36e7..eff36ab2af 100644 --- a/cmd/gpio.c +++ b/cmd/gpio.c @@