Skip to content

Commit

Permalink
Merge tag 'drm-misc-fixes-2020-05-14' of git://anongit.freedesktop.or…
Browse files Browse the repository at this point in the history
…g/drm/drm-misc into drm-fixes

Just one meson patch this time to propagate an error code

Signed-off-by: Dave Airlie <airlied@redhat.com>

From: Maxime Ripard <maxime@cerno.tech>
Link: https://patchwork.freedesktop.org/patch/msgid/20200514073538.wvdtv5s2mt4wdrdj@gilmour.lan
  • Loading branch information
Dave Airlie committed May 15, 2020
2 parents 27db6f7 + c54a8f1 commit 1d2a1eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/gpu/drm/meson/meson_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,7 @@ static int __maybe_unused meson_drv_pm_resume(struct device *dev)
if (priv->afbcd.ops)
priv->afbcd.ops->init(priv);

drm_mode_config_helper_resume(priv->drm);

return 0;
return drm_mode_config_helper_resume(priv->drm);
}

static int compare_of(struct device *dev, void *data)
Expand Down

0 comments on commit 1d2a1eb

Please sign in to comment.