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. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.