From: "Randy.Dunlap" <rdunlap@xenotime.net>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: akpm <akpm@osdl.org>, len.brown@intel.com, torvalds <torvalds@osdl.org>
Subject: Re: ACPI: Device [kobj-name] is not power manageable
Date: Fri, 30 Jun 2006 17:15:42 -0700 [thread overview]
Message-ID: <20060630171542.ebd05bb4.rdunlap@xenotime.net> (raw)
In-Reply-To: <200606302359.k5UNxPJ1002907@hera.kernel.org>
On Fri, 30 Jun 2006 23:59:25 GMT Linux Kernel Mailing List wrote:
> commit 64dedfb8fdbbc4fabb8c131e4b597cd4bc7f3881
> tree 7ef0c5e0574bc94fe4d25bb5994b31938205e7cf
> parent 9e7e2c047503db5a094ab30c7b4b8a5a0a324915
> author Jae-hyeon Park <hpark@tuhep.phys.tohoku.ac.jp> Tue, 27 Jun 2006 06:34:03 -0400
> committer Len Brown <len.brown@intel.com> Tue, 27 Jun 2006 08:00:40 -0400
>
> ACPI: Device [kobj-name] is not power manageable
>
> print kobj name in this message.
> lenb changed to use printk.
>
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
> Signed-off-by: Andrew Morton <akpm@osdl.org>
> Signed-off-by: Len Brown <len.brown@intel.com>
>
> drivers/acpi/bus.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c
> index 917bf23..f4a36d3 100644
> --- a/drivers/acpi/bus.c
> +++ b/drivers/acpi/bus.c
> @@ -196,7 +196,8 @@ int acpi_bus_set_power(acpi_handle handl
> /* Make sure this is a valid target state */
>
> if (!device->flags.power_manageable) {
> - ACPI_INFO((AE_INFO, "Device is not power manageable"));
> + printk(KERN_DEBUG "Device `[%s]is not power manageable",
> + device->kobj.name);
> return_VALUE(-ENODEV);
> }
> /*
> -
Andrew, can you send Linus the typo correction patch for this??
or should I?
s/`//
s/]/] /
Hm, needs a \n too.
~Randy
next parent reply other threads:[~2006-07-01 0:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200606302359.k5UNxPJ1002907@hera.kernel.org>
2006-07-01 0:15 ` Randy.Dunlap [this message]
2006-07-01 0:24 ` Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060630171542.ebd05bb4.rdunlap@xenotime.net \
--to=rdunlap@xenotime.net \
--cc=akpm@osdl.org \
--cc=len.brown@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®