On Tue, Feb 23, 2016 at 09:29:50AM +0200, Mika Westerberg wrote: > On Mon, Feb 22, 2016 at 11:58:15AM -0800, Dmitry Torokhov wrote: > > On Fri, Feb 19, 2016 at 11:16:22AM +0100, Geert Uytterhoeven wrote: > > > @@ -887,7 +870,7 @@ static struct platform_driver gpio_keys_device_driver = { > > > .driver = { > > > .name = "gpio-keys", > > > .pm = &gpio_keys_pm_ops, > > > - .of_match_table = of_match_ptr(gpio_keys_of_match), > > > + .of_match_table = gpio_keys_of_match, > > > > Why are we changing this? I think match table should still be guarded > > by #ifdef CONFIG_OF. > > This allows ACPI "PRP0001" ID to match DT .compatible strings in the > gpio_keys_of_match[] table. Ah, I see. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html