From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 19 Mar 2018 10:18:36 +0100 Subject: [U-Boot] [PATCH 1/1] video, da8xx-fb: fix time out in wait_for_event() In-Reply-To: <20180318134806.21326-1-xypron.glpk@gmx.de> References: <20180318134806.21326-1-xypron.glpk@gmx.de> Message-ID: <20180319101836.74944172@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:48:06 +0100 Heinrich Schuchardt xypron.glpk at gmx.de wrote: > If an event does not occur the current coding stays in an endless loop. > > Signed-off-by: Heinrich Schuchardt > --- > drivers/video/da8xx-fb.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij