public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ACPI: Fix a duplicate log level
@ 2008-02-27 19:56 Jean Delvare
  2008-03-11  4:58 ` Len Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2008-02-27 19:56 UTC (permalink / raw)
  To: linux-acpi; +Cc: Len Brown

Signed-off-by: Jean Delvare <khali@linux-fr.org>
---
 drivers/acpi/osl.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.25-rc3.orig/drivers/acpi/osl.c	2008-02-16 10:37:18.000000000 +0100
+++ linux-2.6.25-rc3/drivers/acpi/osl.c	2008-02-27 19:08:01.000000000 +0100
@@ -1237,7 +1237,7 @@ int acpi_check_resource_conflict(struct 
 
 	if (clash) {
 		if (acpi_enforce_resources != ENFORCE_RESOURCES_NO) {
-			printk(KERN_INFO "%sACPI: %s resource %s [0x%llx-0x%llx]"
+			printk("%sACPI: %s resource %s [0x%llx-0x%llx]"
 			       " conflicts with ACPI region %s"
 			       " [0x%llx-0x%llx]\n",
 			       acpi_enforce_resources == ENFORCE_RESOURCES_LAX


-- 
Jean Delvare

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ACPI: Fix a duplicate log level
  2008-02-27 19:56 [PATCH] ACPI: Fix a duplicate log level Jean Delvare
@ 2008-03-11  4:58 ` Len Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Len Brown @ 2008-03-11  4:58 UTC (permalink / raw)
  To: Jean Delvare, linux-acpi

applied.

thanks,
-len

On Wednesday 27 February 2008, you wrote:
> Signed-off-by: Jean Delvare <khali@linux-fr.org>
> ---
>  drivers/acpi/osl.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-2.6.25-rc3.orig/drivers/acpi/osl.c	2008-02-16 10:37:18.000000000 +0100
> +++ linux-2.6.25-rc3/drivers/acpi/osl.c	2008-02-27 19:08:01.000000000 +0100
> @@ -1237,7 +1237,7 @@ int acpi_check_resource_conflict(struct 
>  
>  	if (clash) {
>  		if (acpi_enforce_resources != ENFORCE_RESOURCES_NO) {
> -			printk(KERN_INFO "%sACPI: %s resource %s [0x%llx-0x%llx]"
> +			printk("%sACPI: %s resource %s [0x%llx-0x%llx]"
>  			       " conflicts with ACPI region %s"
>  			       " [0x%llx-0x%llx]\n",
>  			       acpi_enforce_resources == ENFORCE_RESOURCES_LAX
> 
> 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-11  4:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-27 19:56 [PATCH] ACPI: Fix a duplicate log level Jean Delvare
2008-03-11  4:58 ` Len Brown

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