ihs_video_out: Fix error handling
authorMario Six <mario.six@gdsys.cc>
Mon, 28 Jan 2019 08:50:58 +0000 (09:50 +0100)
committerAnatolij Gustschin <agust@denx.de>
Mon, 28 Jan 2019 20:29:25 +0000 (21:29 +0100)
commit6df07d854b9ee81d31fafcd83724bed7fb1fd6d7
treea3dd3be34e94519966766785b7f86a5aee494061
parent0307d95d52526381425e4ce86b230cc61ca6b94b
ihs_video_out: Fix error handling

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 <mario.six@gdsys.cc>
drivers/video/ihs_video_out.c