[U-Boot] [PATCH 1/1] video: stb_truetype: simplify expression

2018-03-18 Thread Heinrich Schuchardt
Eliminate (x2 - x2) which is always zero. Signed-off-by: Heinrich Schuchardt --- drivers/video/stb_truetype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/stb_truetype.h b/drivers/video/stb_truetype.h index 26e483cf56..5d00bff9fd 100644 --- a/drivers/video/st

Re: [U-Boot] [PATCH 1/1] video: stb_truetype: simplify expression

2018-03-19 Thread Anatolij Gustschin
On Sun, 18 Mar 2018 14:31:43 +0100 Heinrich Schuchardt xypron.g...@gmx.de wrote: > Eliminate (x2 - x2) which is always zero. > > Signed-off-by: Heinrich Schuchardt > --- > drivers/video/stb_truetype.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-video/master, thank