On Fri, Oct 04, 2019 at 02:43:30PM -0700, Stephen Boyd wrote:
> Use the more modern API here instead of using of_match_device() and
> avoid casting away const from the returned pointer by pushing the const
> type through to the users. This nicely avoids referencing the match
> table when it is undefined with configurations where CONFIG_OF=n and
> avoids const issues.
> 
> Cc: Arnd Bergmann <a...@arndb.de>
> Cc: Geert Uytterhoeven <ge...@linux-m68k.org>
> Cc: Richard Leitner <richard.leit...@skidata.com>
> Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org>
> Cc: Rob Herring <robh...@kernel.org>
> Cc: Frank Rowand <frowand.l...@gmail.com>
> Cc: <linux-...@vger.kernel.org>
> Signed-off-by: Stephen Boyd <swb...@chromium.org>
> ---
> 
> Please ack or pick for immediate merge so the last patch can be merged.

Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

Reply via email to