On Fri, May 21, 2021 at 11:23 PM Hans de Goede <hdegoede@xxxxxxxxxx> wrote: > > The Lenovo Yoga 300-11IBR has a ACPI fwnode with a HID of DUAL250E > which contains I2C and IRQ resources for 2 accelerometers, 1 in the > display and one in the base of the device. Add support for this. ... > + board_info.irq = acpi_dev_gpio_irq_get_by(adev, NULL, 1); If NULL will be there after the series, why not to use acpi_dev_gpio_irq_get() directly? -- With Best Regards, Andy Shevchenko