diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c index 3f7aaa45bf8e..1a6b239baab9 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | |||
@@ -536,7 +536,7 @@ static bool amdgpu_atpx_detect(void) | |||
536 | 536 | ||
537 | if (has_atpx && vga_count == 2) { | 537 | if (has_atpx && vga_count == 2) { |
538 | acpi_get_name(amdgpu_atpx_priv.atpx.handle, ACPI_FULL_PATHNAME, &buffer); | 538 | acpi_get_name(amdgpu_atpx_priv.atpx.handle, ACPI_FULL_PATHNAME, &buffer); |
539 | printk(KERN_INFO "VGA switcheroo: detected switching method %s handle\n", | 539 | printk(KERN_INFO "vga_switcheroo: detected switching method %s handle\n", |
540 | acpi_method_name); | 540 | acpi_method_name); |
541 | amdgpu_atpx_priv.atpx_detected = true; | 541 | amdgpu_atpx_priv.atpx_detected = true; |
542 | return true; | 542 | return true; |