commit | d6283b9f8891ef1b7729ebe6f67c921595042c48 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Jan 28 09:50:58 2019 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Mon Jan 28 21:29:25 2019 +0100 |
tree | a3dd3be34e94519966766785b7f86a5aee494061 | |
parent | b2e87ac1372b40c6fa6067dfc3c3a1973f82c8bc [diff] |
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>