drm/i915: Spell vga_switcheroo consistently
authorLukas Wunner <lukas@wunner.de>
Fri, 4 Sep 2015 19:06:15 +0000 (21:06 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 22 Sep 2015 15:10:52 +0000 (17:10 +0200)
commit5389e916c3b64c3dd249018dfaf983e2e3a06c6f
tree27a03bff85156462f2e709456309ca020fc8ff5b
parent0f8b83984f14a64851e7219c86fad53dc5da435a
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>
drivers/gpu/drm/i915/intel_acpi.c
drivers/gpu/drm/i915/intel_panel.c