On Wed, Sep 19, 2018 at 08:23:09AM +0200, Geert Uytterhoeven wrote: > On Wed, Sep 19, 2018 at 12:50 AM Trent Piepho <tpiepho@xxxxxxxxxx> wrote: > > + if (spi->dev.of_node && > > + of_device_is_compatible(spi->dev.of_node, "spidev")) { > > dev_err(&spi->dev, "buggy DT: spidev listed directly in DT\n"); > > WARN_ON(spi->dev.of_node && > > - !of_match_device(spidev_dt_ids, &spi->dev)); > > + of_device_is_compatible(spi->dev.of_node, "spidev")); > To avoid having the same conditional twice, perhaps the dev_err() and WARN_ON() > should just be replaced by > WARN(1, "%pOF: buggy DT: spidev listed directly in DT\n", > spi->dev.of_node); Yes, that'd be neater.
Attachment:
signature.asc
Description: PGP signature