diff options
-rw-r--r-- | drivers/spi/spidev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index dd616ff0ffc5..9d8841efffd8 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c | |||
@@ -708,7 +708,7 @@ static int spidev_probe(struct spi_device *spi) | |||
708 | 708 | ||
709 | /* | 709 | /* |
710 | * spidev should never be referenced in DT without a specific | 710 | * spidev should never be referenced in DT without a specific |
711 | * compatbile string, it is a Linux implementation thing | 711 | * compatible string, it is a Linux implementation thing |
712 | * rather than a description of the hardware. | 712 | * rather than a description of the hardware. |
713 | */ | 713 | */ |
714 | if (spi->dev.of_node && !of_match_device(spidev_dt_ids, &spi->dev)) { | 714 | if (spi->dev.of_node && !of_match_device(spidev_dt_ids, &spi->dev)) { |