Re: [PATCH 2/2] spi: spidev: Fix OF tree warning logic

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux