drm/amdkfd: remove an unused variable
Just for cleanup. Reviewed-by: Prike Liang <Prike.Liang@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Jack Xiao <Jack.Xiao@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -487,7 +487,6 @@ struct kfd_dev *kgd2kfd_probe(struct kgd_dev *kgd,
|
|||||||
struct pci_dev *pdev, const struct kfd2kgd_calls *f2g)
|
struct pci_dev *pdev, const struct kfd2kgd_calls *f2g)
|
||||||
{
|
{
|
||||||
struct kfd_dev *kfd;
|
struct kfd_dev *kfd;
|
||||||
int ret;
|
|
||||||
const struct kfd_device_info *device_info =
|
const struct kfd_device_info *device_info =
|
||||||
lookup_device_info(pdev->device);
|
lookup_device_info(pdev->device);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user