On Friday 21 May 2010 07:18:11 am Thomas Renninger wrote: > Signed-off-by: Thomas Renninger <trenn@xxxxxxx> > CC: mjg@xxxxxxxxxx > CC: linux-acpi@xxxxxxxxxxxxxxx > CC: platform-driver-x86@xxxxxxxxxxxxxxx > --- > drivers/platform/x86/hp-wmi.c | 10 ++++++---- > 1 files changed, 6 insertions(+), 4 deletions(-) > > diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c > index 7b086dd..e04715a 100644 > --- a/drivers/platform/x86/hp-wmi.c > +++ b/drivers/platform/x86/hp-wmi.c > @@ -52,6 +52,8 @@ MODULE_ALIAS("wmi:5FB7F034-2C63-45e9-BE91-3D44E2C707E4"); > #define HPWMI_WIRELESS_QUERY 0x5 > #define HPWMI_HOTKEY_QUERY 0xc > > +#define PREFIX "HP WMI: " Better yet, define pr_fmt() and switch to using pr_info() and friends. dev_xxx() is another option too. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html