]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbbab84d5a96d678fe4dd47df55b24bd47a444d64
treea51308e18b3da028a3ceed87819488ee6be2a6b5
parent1cd27834ff413b2a2f72b1a03398dd2b31264af7
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