Dan Carpenter 320e421ea3 drm: of: always initialize panel in drm_of_find_panel_or_bridge()
The callers expect "panel" to be initialized, but that isn't true if we
return -ENODEV.  It causes bugs like:

    drivers/gpu/drm/tve200/tve200_drv.c:83 tve200_modeset_init()
    error: uninitialized symbol 'panel'.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20170925103038.lvr5msjvekwczctn@mwanda
2017-10-01 01:30:01 +02:00
..
2017-09-02 14:23:06 +02:00
2017-08-27 19:29:46 +02:00
2017-09-06 08:39:55 +02:00
2017-08-16 12:06:02 +10:00
2017-08-15 14:46:16 -04:00
2017-08-27 19:30:49 +02:00
2017-08-18 09:10:46 +02:00
2017-08-15 16:16:58 +10:00
2017-08-27 19:31:06 +02:00