drm/radeon: fix ATPX function documentation
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 23 Oct 2012 16:42:42 +0000 (12:42 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 Oct 2012 15:41:57 +0000 (11:41 -0400)
The ATPX code no longer handles ATRM.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_atpx_handler.c

index 1aa3f91..5c5e5bb 100644 (file)
@@ -373,11 +373,11 @@ static int radeon_atpx_power_state(enum vga_switcheroo_client_id id,
 }
 
 /**
- * radeon_atpx_pci_probe_handle - look up the ATRM and ATPX handles
+ * radeon_atpx_pci_probe_handle - look up the ATPX handle
  *
  * @pdev: pci device
  *
- * Look up the ATPX and ATRM handles (all asics).
+ * Look up the ATPX handles (all asics).
  * Returns true if the handles are found, false if not.
  */
 static bool radeon_atpx_pci_probe_handle(struct pci_dev *pdev)