public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 1/2] printk : drivers/block/drivers/acpi/container.c
@ 2005-04-08  7:50 domen-CvScVCPLwOZg9hUCZPvPmw
  0 siblings, 0 replies; only message in thread
From: domen-CvScVCPLwOZg9hUCZPvPmw @ 2005-04-08  7:50 UTC (permalink / raw)
  To: len.brown-ral2JQCrhuEAvxtiuMwx3w
  Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	domen-CvScVCPLwOZg9hUCZPvPmw, clucas-FNWCkmgu6Xgh9ZMKESR00Q



printk() calls should include appropriate KERN_* constant.

Signed-off-by: Christophe Lucas <clucas-FNWCkmgu6Xgh9ZMKESR00Q@public.gmane.org>
Signed-off-by: Domen Puncer <domen-CvScVCPLwOZg9hUCZPvPmw@public.gmane.org>
---


 kj-domen/drivers/acpi/container.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/acpi/container.c~printk-drivers_acpi_container drivers/acpi/container.c
--- kj/drivers/acpi/container.c~printk-drivers_acpi_container	2005-04-05 12:57:57.000000000 +0200
+++ kj-domen/drivers/acpi/container.c	2005-04-05 12:57:57.000000000 +0200
@@ -174,7 +174,7 @@ container_notify_cb(acpi_handle handle, 
 	case ACPI_NOTIFY_BUS_CHECK:
 		/* Fall through */
 	case ACPI_NOTIFY_DEVICE_CHECK:
-		printk("Container driver received %s event\n",
+		printk(KERN_INFO "Container driver received %s event\n",
 			(type == ACPI_NOTIFY_BUS_CHECK)?
 			"ACPI_NOTIFY_BUS_CHECK":"ACPI_NOTIFY_DEVICE_CHECK");
 		status = acpi_bus_get_device(handle, &device);
_


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-08  7:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-08  7:50 [patch 1/2] printk : drivers/block/drivers/acpi/container.c domen-CvScVCPLwOZg9hUCZPvPmw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox