Re: [U-Boot] [PATCH 1/1] video: cfb_console: simplify logical constraint

2018-03-19 Thread Anatolij Gustschin
On Sun, 18 Mar 2018 14:24:39 +0100 Heinrich Schuchardt xypron.g...@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,

[U-Boot] [PATCH 1/1] video: cfb_console: simplify logical constraint

2018-03-18 Thread Heinrich Schuchardt
(A || !A && B) == (A || B) Signed-off-by: Heinrich Schuchardt --- drivers/video/cfb_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index 0b25897062..5b7795dd44 100644 ---