commit | 3c77ff8f8bae4d328de662b26921bc4da1d293f1 | [log] [tgz] |
---|---|---|
author | Kangjie Lu <kjlu@umn.edu> | Sun Mar 24 18:16:02 2019 -0500 |
committer | Eric Anholt <eric@anholt.net> | Mon Apr 01 10:45:59 2019 -0700 |
tree | c0dace31e0698ce917b89408e07130e8d72ece53 | |
parent | f8b347064b89aaac2c82bbf77de60deaaf87b116 [diff] |
drm/v3d: fix a missing check of pm_runtime_get_sync pm_runtime_get_sync could fail and thus deserves a check. The patch adds such a check and return its error code upstream if it indeed failed. Signed-off-by: Kangjie Lu <kjlu@umn.edu> Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20190324231602.2436-1-kjlu@umn.edu Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>