summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_acpi.c
diff options
context:
space:
mode:
authorLukas Wunner <lukas@wunner.de>2015-09-04 21:06:15 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-09-22 17:10:52 +0200
commit5389e916c3b64c3dd249018dfaf983e2e3a06c6f (patch)
tree27a03bff85156462f2e709456309ca020fc8ff5b /drivers/gpu/drm/i915/intel_acpi.c
parent0f8b83984f14a64851e7219c86fad53dc5da435a (diff)
drm/i915: Spell vga_switcheroo consistently
Currently everyone and their dog has their own favourite spelling for vga_switcheroo. This makes it hard to grep dmesg for log entries relating to vga_switcheroo. It also makes it hard to find related source files in the tree. vga_switcheroo.c uses pr_fmt "vga_switcheroo". Use that everywhere. Signed-off-by: Lukas Wunner <lukas@wunner.de> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_acpi.c')
-rw-r--r--drivers/gpu/drm/i915/intel_acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_acpi.c b/drivers/gpu/drm/i915/intel_acpi.c
index d96eee1ae9c5..8b13b9d0373a 100644
--- a/drivers/gpu/drm/i915/intel_acpi.c
+++ b/drivers/gpu/drm/i915/intel_acpi.c
@@ -146,7 +146,7 @@ static bool intel_dsm_detect(void)
if (vga_count == 2 && has_dsm) {
acpi_get_name(intel_dsm_priv.dhandle, ACPI_FULL_PATHNAME, &buffer);
- DRM_DEBUG_DRIVER("VGA switcheroo: detected DSM switching method %s handle\n",
+ DRM_DEBUG_DRIVER("vga_switcheroo: detected DSM switching method %s handle\n",
acpi_method_name);
return true;
}