Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=723fe2ca82d1ffc80c9d53035babf011f84c65d4
Commit:     723fe2ca82d1ffc80c9d53035babf011f84c65d4
Parent:     05a8057bb38bc803682f3e0af305c258b4566285
Author:     Len Brown <[EMAIL PROTECTED]>
AuthorDate: Sat Jan 6 00:02:07 2007 -0500
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Sat Jan 6 00:02:07 2007 -0500

    ACPI: ec: enable printk on cmdline use
    
    if somebody uses "ec_intr=", lets be sure to
    capture that in the dmesg even in the non-debug case.
    
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/ec.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index 4144d5d..cbdf031 100644
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
@@ -1016,8 +1016,8 @@ static int __init acpi_ec_set_intr_mode(char *str)
                acpi_ec_mode = EC_POLL;
        }
        acpi_ec_driver.ops.add = acpi_ec_add;
-       ACPI_DEBUG_PRINT((ACPI_DB_INFO, "EC %s mode.\n",
-                         intr ? "interrupt" : "polling"));
+       printk(KERN_NOTICE PREFIX "%s mode.\n",
+                         intr ? "interrupt" : "polling");
 
        return 1;
 }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to