fujitsu-laptop: Use module name in debug messages
authorMichał Kępień <kernel@kempniu.pl>
Thu, 23 Jun 2016 10:02:47 +0000 (12:02 +0200)
committerDarren Hart <dvhart@linux.intel.com>
Wed, 29 Jun 2016 05:18:33 +0000 (22:18 -0700)
commit98020a4ab05755fe500f69d90c3b31555893a5f2
treee210b8d22c08deec1cc99758ba833bb4f56a009b
parentfc8a601e1175ae351f662506030f9939cb7fdbfe
fujitsu-laptop: Use module name in debug messages

vdbg_printk() always prefixes the log messages it generates with
"FUJ02B1", which can be misleading, because it might have been called
while handling a notify for ACPI device FUJ02E3 or during module
initialization etc.  Employ pr_fmt() to prefix debug messages with the
module name instead and thus avoid confusion.

Reported-by: Jan-Marek Glogowski <glogow@fbihome.de>
Signed-off-by: Michał Kępień <kernel@kempniu.pl>
Acked-by: Jonathan Woithe <jwoithe@just42.net>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/fujitsu-laptop.c
This page took 0.024116 seconds and 5 git commands to generate.