Re: [PATCH net-next v1 1/1] net: dsa: sja1105: silent spi_device_id warnings

From: Vladimir Oltean
Date: Wed Jul 06 2022 - 10:44:17 EST


Hi Oleksij,

On Thu, 30 Jun 2022 at 10:10, Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> wrote:
> Add spi_device_id entries to silent following warnings:
> SPI driver sja1105 has no spi_device_id for nxp,sja1105e
> SPI driver sja1105 has no spi_device_id for nxp,sja1105t
> SPI driver sja1105 has no spi_device_id for nxp,sja1105p
> SPI driver sja1105 has no spi_device_id for nxp,sja1105q
> SPI driver sja1105 has no spi_device_id for nxp,sja1105r
> SPI driver sja1105 has no spi_device_id for nxp,sja1105s
> SPI driver sja1105 has no spi_device_id for nxp,sja1110a
> SPI driver sja1105 has no spi_device_id for nxp,sja1110b
> SPI driver sja1105 has no spi_device_id for nxp,sja1110c
> SPI driver sja1105 has no spi_device_id for nxp,sja1110d
>
> Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
> ---

This was marked as "Changes Requested" in patchwork. Could you please
slap a Fixes: tag onto it and resend to net?
Also, would you mind applying the same treatment to
vitesse-vsc73xx-spi.c so that we get rid of the warnings for all DSA
drivers?
You can blame the spi.c commit that introduced the warning.

Thanks!