Hi  Christian

Thanks for your review. I have submit it.


Best Regards
Yintian Tao

-----Original Message-----
From: Christian König [mailto:[email protected]] 
Sent: Thursday, January 04, 2018 5:35 PM
To: Zhu, Rex <[email protected]>; Tao, Yintian <[email protected]>; 
[email protected]
Cc: Zhou, David(ChunMing) <[email protected]>
Subject: Re: [PATCH] drm/amd/powerplay: fix typo error for '3be7be08ac'

Reviewed-by: Christian König <[email protected]>

Please commit ASAP since this is breaking builds, Christian.

Am 04.01.2018 um 10:11 schrieb Zhu, Rex:
> Reviewed-by: Rex Zhu <[email protected]>
>
> Best Regards
> Rex
> -----Original Message-----
> From: amd-gfx [mailto:[email protected]] On Behalf 
> Of Yintian Tao
> Sent: Thursday, January 04, 2018 5:05 PM
> To: [email protected]
> Cc: Zhou, David(ChunMing); Tao, Yintian
> Subject: [PATCH] drm/amd/powerplay: fix typo error for '3be7be08ac'
>
> Due to typo error, it will cause compile error so fix it.
> Change-Id: Iabe7158e08e6aef155ca3394cafc6eb4256a0030
> Signed-off-by: Yintian Tao <[email protected]>
> ---
>   drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c 
> b/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c
> index 7dc4cee..25dd778 100644
> --- a/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c
> +++ b/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c
> @@ -648,7 +648,7 @@ int smu7_init(struct pp_hwmgr *hwmgr)
>   
>   int smu7_smu_fini(struct pp_hwmgr *hwmgr)  {
> -     struct smu7_smumgr smu_data = (struct smu7_smumgr 
> *)(hwmgr->smu_backend);
> +     struct smu7_smumgr *smu_data = (struct smu7_smumgr 
> +*)(hwmgr->smu_backend);
>   
>       smu_free_memory(hwmgr->device, smu_data->header_buffer.handle);
>       if (!cgs_is_virtualization_enabled(hwmgr->device))
> --
> 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

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to