* [PATCH RESEND] ACPI video: fix a poor warning message
@ 2010-09-03 2:08 Zhang Rui
2010-09-03 2:37 ` Len Brown
0 siblings, 1 reply; 2+ messages in thread
From: Zhang Rui @ 2010-09-03 2:08 UTC (permalink / raw)
To: Brown, Len
Cc: linux-acpi@vger.kernel.org, Moore, Robert, Thomas Renninger,
Zhang, Rui
Fix a poor warning message.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
---
drivers/acpi/video_detect.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: linux-2.6/drivers/acpi/video_detect.c
===================================================================
--- linux-2.6.orig/drivers/acpi/video_detect.c 2010-09-03 10:04:05.000000000 +0800
+++ linux-2.6/drivers/acpi/video_detect.c 2010-09-03 10:05:07.000000000 +0800
@@ -59,8 +59,8 @@
"support\n"));
*cap |= ACPI_VIDEO_BACKLIGHT;
if (ACPI_FAILURE(acpi_get_handle(handle, "_BQC", &h_dummy)))
- printk(KERN_WARNING FW_BUG PREFIX "ACPI brightness "
- "control misses _BQC function\n");
+ printk(KERN_WARNING FW_BUG PREFIX "No _BQC method, "
+ "cannot determine initial brightness\n");
/* We have backlight support, no need to scan further */
return AE_CTRL_TERMINATE;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH RESEND] ACPI video: fix a poor warning message
2010-09-03 2:08 [PATCH RESEND] ACPI video: fix a poor warning message Zhang Rui
@ 2010-09-03 2:37 ` Len Brown
0 siblings, 0 replies; 2+ messages in thread
From: Len Brown @ 2010-09-03 2:37 UTC (permalink / raw)
To: Zhang Rui; +Cc: linux-acpi@vger.kernel.org, Moore, Robert, Thomas Renninger
applied
thanks,
Len Brown, Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-03 2:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-03 2:08 [PATCH RESEND] ACPI video: fix a poor warning message Zhang Rui
2010-09-03 2:37 ` Len Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox