vga_switcheroo: Use pr_fmt()
authorThierry Reding <treding@nvidia.com>
Wed, 12 Aug 2015 14:32:10 +0000 (16:32 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 12 Aug 2015 15:13:18 +0000 (17:13 +0200)
commit9b0be1ebec804c5698541a86486a0b2a4143279d
treea51308e18b3da028a3ceed87819488ee6be2a6b5
parent713092783082a1469d329cb63be7c7a0992b2448
vga_switcheroo: Use pr_fmt()

Use pr_fmt() to define the "vga_switcheroo: " prefix that is prepended
to all output messages emitted by pr_*() functions. This allows making
existing strings much shorter and eliminates a bunch of warnings from
checkpatch about lines being overly long.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/vga/vga_switcheroo.c