With the patch header updated, the patch is Reviewed-by: Evan Quan <[email protected]>
> -----Original Message----- > From: amd-gfx <[email protected]> On Behalf Of > Prike Liang > Sent: Monday, June 24, 2019 5:38 PM > To: [email protected] > Cc: Liang, Prike <[email protected]>; Huang, Ray > <[email protected]>; Feng, Kenneth <[email protected]>; Quan, > Evan <[email protected]> > Subject: [PATCH] drm/amd/powerplay:clean up the residual mutex for > smu_hw_init > > Change-Id: I1f071e465c97f70048df5b24466bc7e225833c7f > Signed-off-by: Prike Liang <[email protected]> > --- > drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/powerplay/amdgpu_smu.c > b/drivers/gpu/drm/amd/powerplay/amdgpu_smu.c > index edd1da6..0be2845 100644 > --- a/drivers/gpu/drm/amd/powerplay/amdgpu_smu.c > +++ b/drivers/gpu/drm/amd/powerplay/amdgpu_smu.c > @@ -1041,7 +1041,6 @@ static int smu_hw_init(void *handle) > return 0; > > failed: > - mutex_unlock(&smu->mutex); > return ret; > } > > -- > 2.7.4 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
