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>
This commit is contained in:
parent
05211e7fbb
commit
505199a3b7
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue