commit | 418d59ef229290a1da80aa25222f9da2ac2fa6a5 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <[email protected]> | Sat Apr 15 22:21:42 2017 +0300 |
committer | Boris Brezillon <[email protected]> | Tue Apr 18 11:52:45 2017 +0200 |
tree | 6b3aff7ee3c42221aedab514006a82482541a575 | |
parent | 2f410f88c0a1c7e19762918d2614f506a7b63a82 [diff] |
drm: atmel-hlcdc: Uninitialized return in atmel_hlcdc_create_outputs() It's not possible for endpoint to be zero so the test doesn't work. If we break on the first iteration through the loop then endpoint is 1 and "ret" is uninitialized. Fixes: ebc944613567 ("drm: convert drivers to use drm_of_find_panel_or_bridge") Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Boris Brezillon <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/20170415192142.GA6416@mwanda