Comment 27 for bug 1430625

Revision history for this message
Colin Ian King (colin-king) wrote :

The error message is turned into a pr_debug debug message with this commit:

commit efd756daf4ddae3cec2404c4e0b680b7cfdd6a45
Author: Rafael J. Wysocki <email address hidden>
Date: Thu Feb 5 00:40:08 2015 +0100

    ACPI / PCC: Use pr_debug() for debug messages in pcc_init()

    pcc_init() uses pr_err() to print two messages that are really debug
    and not interesting to users. Replace those pr_err() with pr_debug().

    Reported-by: Cristian <email address hidden>
    Signed-off-by: Rafael J. Wysocki <email address hidden>