diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c index 0d90672d0e58..407dd16cc35c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c | |||
@@ -125,7 +125,7 @@ int amdgpu_xgmi_add_device(struct amdgpu_device *adev) | |||
125 | if (!hive) { | 125 | if (!hive) { |
126 | ret = -EINVAL; | 126 | ret = -EINVAL; |
127 | dev_err(adev->dev, | 127 | dev_err(adev->dev, |
128 | "XGMI: node 0x%llx, can not matech hive 0x%llx in the hive list.\n", | 128 | "XGMI: node 0x%llx, can not match hive 0x%llx in the hive list.\n", |
129 | adev->gmc.xgmi.node_id, adev->gmc.xgmi.hive_id); | 129 | adev->gmc.xgmi.node_id, adev->gmc.xgmi.hive_id); |
130 | goto exit; | 130 | goto exit; |
131 | } | 131 | } |