[linux-sunxi] [PATCH v3 05/11] drm/bridge: Add Analogix anx6345 support

Vasily Khoruzhick anarsoul at gmail.com
Fri Feb 15 19:21:45 UTC 2019


On Fri, Feb 15, 2019 at 12:23 AM Priit Laes <plaes at plaes.org> wrote:

> > +     err = anx6345_tx_initialization(anx6345);
> > +     if (err) {
> > +             DRM_ERROR("Failed transmitter initialization: %d\n", err);
> > +             goto err_poweroff;
>
> You can move the whole err_poweroff section from below here and drop the goto.

Thanks, will do.


More information about the dri-devel mailing list