Skip to content

Commit 1d2a1eb

Browse files
committed
Merge tag 'drm-misc-fixes-2020-05-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Just one meson patch this time to propagate an error code Signed-off-by: Dave Airlie <[email protected]> From: Maxime Ripard <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2 parents 27db6f7 + c54a8f1 commit 1d2a1eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

drivers/gpu/drm/meson/meson_drv.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,7 @@ static int __maybe_unused meson_drv_pm_resume(struct device *dev)
412412
if (priv->afbcd.ops)
413413
priv->afbcd.ops->init(priv);
414414

415-
drm_mode_config_helper_resume(priv->drm);
416-
417-
return 0;
415+
return drm_mode_config_helper_resume(priv->drm);
418416
}
419417

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

0 commit comments

Comments
 (0)