Re: [GIT PULL] LED updates for 5.4-rc1

From: Linus Torvalds
Date: Tue Sep 17 2019 - 21:20:16 EST


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