Re: [U-Boot] [PATCH 1/1] api: remove superfluous assignment

2017-08-01 Thread Simon Glass
On 30 July 2017 at 11:54, Heinrich Schuchardt wrote: > No need to assign a value to sig if the next statement using sig > is itself an assignment of a value to sig. > > Signed-off-by: Heinrich Schuchardt > --- > api/api.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Si

[U-Boot] [PATCH 1/1] api: remove superfluous assignment

2017-07-30 Thread Heinrich Schuchardt
No need to assign a value to sig if the next statement using sig is itself an assignment of a value to sig. Signed-off-by: Heinrich Schuchardt --- api/api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api.c b/api/api.c index c368511704..4fae95d280 100644 --- a/api/api