From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 28 Jan 2019 21:31:54 +0100 Subject: [U-Boot] [PATCH] ihs_video_out: Fix error handling In-Reply-To: <20190128085058.19492-1-mario.six@gdsys.cc> References: <20190128085058.19492-1-mario.six@gdsys.cc> Message-ID: <20190128213154.79dad497@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 Mon, 28 Jan 2019 09:50:58 +0100 Mario Six mario.six at gdsys.cc wrote: > The ihs_video_out driver's error handling is incorrect in two places > (one is a missing negation, and in one place a error should be ignored). > > Fix these two instances. > > Signed-off-by: Mario Six > --- > drivers/video/ihs_video_out.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij