Re: [U-Boot] [PATCH v2 1/1] lib/slre: remove superfluous assignment

2018-03-18 Thread Tom Rini
On Sun, Mar 18, 2018 at 11:28:20PM +0100, Heinrich Schuchardt wrote: > It makes no sense to assign a value to 'res' if the next use of the > variable is an assignment. > > Signed-off-by: Heinrich Schuchardt Reviewed-by: Tom Rini -- Tom signature.asc

[U-Boot] [PATCH v2 1/1] lib/slre: remove superfluous assignment

2018-03-18 Thread Heinrich Schuchardt
It makes no sense to assign a value to 'res' if the next use of the variable is an assignment. Signed-off-by: Heinrich Schuchardt --- v2 correct commit message --- lib/slre.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/slre.c b/lib/slre.c index