Re: [PATCH] gpu: v3d: fix a missing check of pm_runtime_get_sync

2019-04-01 Thread Eric Anholt
Kangjie Lu writes: > 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. Applied the review and merged to drm-misc-next. Thanks! signature.asc Description: PGP signature ___

Re: [PATCH] gpu: v3d: fix a missing check of pm_runtime_get_sync

2019-03-28 Thread Mukesh Ojha
On 3/25/2019 4:46 AM, Kangjie Lu wrote: 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 Reviewed-by: Mukesh Ojha -Mukesh --- drivers/gpu/drm/v3d/v3d_drv.c | 2 ++ 1 f

Re: [PATCH] gpu: v3d: fix a missing check of pm_runtime_get_sync

2019-03-25 Thread Mukesh Ojha
On 3/25/2019 4:46 AM, Kangjie Lu wrote: 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 Reviewed-by: Mukesh Ojha > Thanks. Mukesh --- d

[PATCH] gpu: v3d: fix a missing check of pm_runtime_get_sync

2019-03-25 Thread Kangjie Lu
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 --- drivers/gpu/drm/v3d/v3d_drv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/v3d/v3d_drv.c b/drivers