From: Alex Deucher <alexander.deucher@amd.com>
Date: Fri, 18 Dec 2020 16:19:30 +0000 (-0500)
Subject: drm/amdgpu: Fix a copy-pasta comment
X-Git-Tag: howlett/maple_spf/20210104~216^2^2~1
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=505199a3b714aeb9d13dd0a04c33db9f5d99482a;p=users%2Fjedix%2Flinux-maple.git

drm/amdgpu: Fix a copy-pasta comment

This is not a scsi driver.

Reviewed-by: Nirmoy Das <nirmoy.das@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 7d2f7a2240b8..1cb7d73f7317 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -5069,8 +5069,7 @@ out:
  * @pdev: pointer to PCI device
  *
  * Called when the error recovery driver tells us that its
- * OK to resume normal operation. Use completion to allow
- * halted scsi ops to resume.
+ * OK to resume normal operation.
  */
 void amdgpu_pci_resume(struct pci_dev *pdev)
 {