Linux EDAC development
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@alien8.de>
To: Tony Luck <tony.luck@intel.com>
Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	Qiuxu Zhuo <qiuxu.zhuo@intel.com>,
	Aristeu Rozanski <aris@redhat.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	linux-edac@vger.kernel.org, linux-acpi@vger.kernel.org
Subject: [v4] Add address translation interface using ACPI DSM
Date: Tue, 16 Oct 2018 10:01:00 +0200	[thread overview]
Message-ID: <20181016080038.GA5212@zn.tnic> (raw)

On Mon, Oct 15, 2018 at 01:26:20PM -0700, Tony Luck wrote:
> +static int __init adxl_init(void)
> +{
> +	char *path = ACPI_ADXL_PATH;
> +	union acpi_object *p;
> +	acpi_status status;
> +	int i;
> +
> +	status = acpi_get_handle(NULL, path, &handle);
> +	if (ACPI_FAILURE(status)) {
> +		pr_info("No ACPI handle for path %s\n", path);

[    2.054225] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    2.055371] ADXL: No ACPI handle for path \_SB.ADXL
[    2.055999] pci 0000:00:02.0: vgaarb: setting as boot VGA device

Making only that one pr_debug because it'll spit in every dmesg.

Applied, thanks.

             reply	other threads:[~2018-10-16  8:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-16  8:01 Borislav Petkov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-10-15 21:01 [v4] Add address translation interface using ACPI DSM Rafael J. Wysocki
2018-10-15 20:26 Luck, Tony

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=20181016080038.GA5212@zn.tnic \
    --to=bp@alien8.de \
    --cc=aris@redhat.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-edac@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=qiuxu.zhuo@intel.com \
    --cc=rafael.j.wysocki@intel.com \
    --cc=tony.luck@intel.com \
    /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