From: Venki Pallipadi <venkatesh.pallipadi@intel.com>
To: David John <davidjon@xenontk.org>
Cc: "mingo@redhat.com" <mingo@redhat.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"clemens@ladisch.de" <clemens@ladisch.de>,
"Pallipadi, Venkatesh" <venkatesh.pallipadi@intel.com>,
"vojtech@suse.cz" <vojtech@suse.cz>,
"bob.picco@hp.com" <bob.picco@hp.com>
Subject: Re: [PATCH] HPET: Remove spurious HPET busy warning message.
Date: Wed, 8 Oct 2008 12:16:09 -0700 [thread overview]
Message-ID: <20081008191608.GA27806@linux-os.sc.intel.com> (raw)
In-Reply-To: <1223283140-8059-1-git-send-email-davidjon@xenontk.org>
Yes. This printk is not adding much value and tend to get people confused
making them think that it is some sort of error. It will be good to get rid
of them.
Ingo: Can you pick this patch up into tip?
Thanks,
Venki
Acked-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
On Mon, Oct 06, 2008 at 01:52:20AM -0700, David John wrote:
> On x86 systems with CONFIG_HPET_TIMER enabled
> and the HPET driver (drivers/char/hpet.c) compiled in,
> an incorrect busy message is printed when the driver
> initializes since the HPET has already been allocated
> by the core timer code. Remove the warning message.
>
> Signed-off-by: David John <davidjon@xenontk.org>
> ---
> drivers/char/hpet.c | 4 ----
> 1 files changed, 0 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/char/hpet.c b/drivers/char/hpet.c
> index b3f5dbc..454c13b 100644
> --- a/drivers/char/hpet.c
> +++ b/drivers/char/hpet.c
> @@ -874,8 +874,6 @@ static acpi_status hpet_resources(struct acpi_resource *res, void *data)
> hdp->hd_address = ioremap(addr.minimum, addr.address_length);
>
> if (hpet_is_known(hdp)) {
> - printk(KERN_DEBUG "%s: 0x%lx is busy\n",
> - __func__, hdp->hd_phys_address);
> iounmap(hdp->hd_address);
> return AE_ALREADY_EXISTS;
> }
> @@ -891,8 +889,6 @@ static acpi_status hpet_resources(struct acpi_resource *res, void *data)
> HPET_RANGE_SIZE);
>
> if (hpet_is_known(hdp)) {
> - printk(KERN_DEBUG "%s: 0x%lx is busy\n",
> - __func__, hdp->hd_phys_address);
> iounmap(hdp->hd_address);
> return AE_ALREADY_EXISTS;
> }
next prev parent reply other threads:[~2008-10-08 19:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-06 8:52 [PATCH] HPET: Remove spurious HPET busy warning message David John
2008-10-08 19:16 ` Venki Pallipadi [this message]
[not found] <48EEF194.5010008@xenontk.org>
[not found] ` <1223619164-16874-1-git-send-email-davidjon@xenontk.org>
2008-10-10 7:26 ` Ingo Molnar
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=20081008191608.GA27806@linux-os.sc.intel.com \
--to=venkatesh.pallipadi@intel.com \
--cc=bob.picco@hp.com \
--cc=clemens@ladisch.de \
--cc=davidjon@xenontk.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=vojtech@suse.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.