From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 28 Jan 2019 21:15:53 +0100 Subject: [U-Boot] [PATCH] imx: video: Fix return value issue In-Reply-To: <1546593046-41208-1-git-send-email-ye.li@nxp.com> References: <1546593046-41208-1-git-send-email-ye.li@nxp.com> Message-ID: <20190128211553.0cfcc0d3@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 Fri, 4 Jan 2019 09:11:05 +0000 Ye Li ye.li at nxp.com wrote: > When framebuffer driver init is failed, we should return the err value not 0. > So the video init can exit immediately. > > Signed-off-by: Ye Li > --- > arch/arm/mach-imx/video.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij