spi: spidev: Fix typo
Fix the typo in "compatible". Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
d770e558e2
commit
ffe2288828
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ static int spidev_probe(struct spi_device *spi)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* spidev should never be referenced in DT without a specific
|
* spidev should never be referenced in DT without a specific
|
||||||
* compatbile string, it is a Linux implementation thing
|
* compatible string, it is a Linux implementation thing
|
||||||
* rather than a description of the hardware.
|
* rather than a description of the hardware.
|
||||||
*/
|
*/
|
||||||
if (spi->dev.of_node && !of_match_device(spidev_dt_ids, &spi->dev)) {
|
if (spi->dev.of_node && !of_match_device(spidev_dt_ids, &spi->dev)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue