From: Len Brown <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Bjorn Helgaas <bjorn.helgaas-VXdhtT5mjnY@public.gmane.org>
Cc: ACPI Developers
<acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>,
Adam Belay <ambx1-IBH0VoN/3vPQT0dZR+AlfA@public.gmane.org>,
Shaohua Li <shaohua.li-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH] PNPACPI: don't complain about vendor-defined resources
Date: 09 Mar 2005 00:09:40 -0500 [thread overview]
Message-ID: <1110344980.9332.0.camel@d845pe> (raw)
In-Reply-To: <1108160048.31877.75.camel@eeyore>
Applied.
thanks,
-Len
On Fri, 2005-02-11 at 17:14, Bjorn Helgaas wrote:
> Don't complain about vendor-defined resources, just ignore them.
> And make warning messages a little more consistent.
>
> Signed-off-by: Bjorn Helgaas <bjorn.helgaas-VXdhtT5mjnY@public.gmane.org>
>
> ===== drivers/pnp/pnpacpi/rsparser.c 1.2 vs edited =====
> --- 1.2/drivers/pnp/pnpacpi/rsparser.c 2004-10-31 18:21:10 -07:00
> +++ edited/drivers/pnp/pnpacpi/rsparser.c 2005-02-11 12:43:12
> -07:00
> @@ -219,9 +219,10 @@
> res->data.address64.min_address_range,
> res->data.address64.address_length);
> break;
> + case ACPI_RSTYPE_VENDOR:
> + break;
> default:
> - pnp_warn("PnPACPI: Alloc type : %d not handle",
> - res->id);
> + pnp_warn("PnPACPI: unknown resource type %d",
> res->id);
> return AE_ERROR;
> }
>
> @@ -508,7 +509,7 @@
> case ACPI_RSTYPE_END_DPF:
> return AE_CTRL_TERMINATE;
> default:
> - pnp_warn("PnPACPI:Option type: %d not handle",
> res->id);
> + pnp_warn("PnPACPI: unknown resource type %d",
> res->id);
> return AE_ERROR;
> }
>
> @@ -810,7 +811,7 @@
> mem ++;
> break;
> default: /* other type */
> - pnp_warn("Invalid type");
> + pnp_warn("unknown resource type %d",
> resource->id);
> return -EINVAL;
> }
> resource ++;
>
>
>
>
-------------------------------------------------------
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
next prev parent reply other threads:[~2005-03-09 5:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-11 22:14 [PATCH] PNPACPI: don't complain about vendor-defined resources Bjorn Helgaas
2005-03-09 5:09 ` Len Brown [this message]
2005-03-12 0:07 ` Adam Belay
[not found] ` <1110586059.12485.225.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2005-03-12 0:23 ` Bjorn Helgaas
2005-03-12 0:25 ` Adam Belay
[not found] ` <1110587127.12485.236.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2005-03-12 16:54 ` Bjorn Helgaas
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=1110344980.9332.0.camel@d845pe \
--to=len.brown-ral2jqcrhueavxtiumwx3w@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=ambx1-IBH0VoN/3vPQT0dZR+AlfA@public.gmane.org \
--cc=bjorn.helgaas-VXdhtT5mjnY@public.gmane.org \
--cc=shaohua.li-ral2JQCrhuEAvxtiuMwx3w@public.gmane.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