[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK8P3a2Dw+9Enmt1219Z2kb9a0Cu1S+JMw9=7+0bLD5DgRbdhA@mail.gmail.com>
Date: Tue, 14 Mar 2017 21:53:25 +0100
From: Arnd Bergmann <arnd@...db.de>
To: Javier Martinez Canillas <javier@....samsung.com>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: [PATCH 1/4] misc: tsl2550: Add OF device ID table
\
> static struct i2c_driver tsl2550_driver = {
> .driver = {
> .name = TSL2550_DRV_NAME,
> + .of_match_table = of_match_ptr(tsl2550_of_match),
> .pm = TSL2550_PM_OPS,
> },
Please drop the incorrect of_match_ptr().
Arnd
Powered by blists - more mailing lists