From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 19 Mar 2018 10:16:55 +0100 Subject: [U-Boot] [PATCH 1/1] video: cfb_console: simplify logical constraint In-Reply-To: <20180318132439.20625-1-xypron.glpk@gmx.de> References: <20180318132439.20625-1-xypron.glpk@gmx.de> Message-ID: <20180319101655.117c6a93@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:24:39 +0100 Heinrich Schuchardt xypron.glpk at gmx.de wrote: > (A || !A && B) == (A || B) > > Signed-off-by: Heinrich Schuchardt > --- > drivers/video/cfb_console.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-video/master, thanks! -- Anatolij