On Tue, Sep 17, 2019 at 6:13 PM Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > > So this is fine and I've pulled it, Famous last words. I now get a new warning: drivers/i2c/i2c-core-acpi.c:347:12: warning: ‘i2c_acpi_find_match_adapter’ defined but not used [-Wunused-function] 347 | static int i2c_acpi_find_match_adapter(struct device *dev, const void *data) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ with this pull request. I'll have to look at it after dinner. Linus