[PATCH] drm/amdkfd: remove an unused variable

Liang, Prike Prike.Liang at amd.com
Tue Jul 2 07:29:37 UTC 2019


Yeah, I also noticed the build warning and thanks clean up.

Reviewed-by: Prike Liang <Prike.Liang at amd.com>

Thanks,
Prike
> -----Original Message-----
> From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> On Behalf Of Xiao,
> Jack
> Sent: Tuesday, July 02, 2019 2:58 PM
> To: amd-gfx at lists.freedesktop.org
> Cc: Xiao, Jack <Jack.Xiao at amd.com>
> Subject: [PATCH] drm/amdkfd: remove an unused variable
> 
> Just for cleanup.
> 
> Signed-off-by: Jack Xiao <Jack.Xiao at amd.com>
> ---
>  drivers/gpu/drm/amd/amdkfd/kfd_device.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device.c
> b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
> index 24db82b..3322a44 100644
> --- a/drivers/gpu/drm/amd/amdkfd/kfd_device.c
> +++ b/drivers/gpu/drm/amd/amdkfd/kfd_device.c
> @@ -487,7 +487,6 @@ struct kfd_dev *kgd2kfd_probe(struct kgd_dev *kgd,
>  	struct pci_dev *pdev, const struct kfd2kgd_calls *f2g)  {
>  	struct kfd_dev *kfd;
> -	int ret;
>  	const struct kfd_device_info *device_info =
>  					lookup_device_info(pdev->device);
> 
> --
> 1.9.1
> 
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


More information about the amd-gfx mailing list