From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 19 Mar 2018 10:18:23 +0100 Subject: [U-Boot] [PATCH 1/1] video: stb_truetype: simplify expression In-Reply-To: <20180318133143.20784-1-xypron.glpk@gmx.de> References: <20180318133143.20784-1-xypron.glpk@gmx.de> Message-ID: <20180319101823.693bca8c@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 18 Mar 2018 14:31:43 +0100 Heinrich Schuchardt xypron.glpk at 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, thanks! -- Anatolij