[PATCH] staging: iio: Solved warning of undefined string.

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

 



The remove of the line of the referenced string was the forced solution of this source of warning.
The string wasn't defined in the bindings directory, so this was necessary.

Signed-off-by: Fabio Joaquin <joakobar2000@xxxxxxxxx>
---
 drivers/staging/iio/accel/adis16203.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/iio/accel/adis16203.c b/drivers/staging/iio/accel/adis16203.c
index c0e4c9266b5f4..0255ed6dc300d 100644
--- a/drivers/staging/iio/accel/adis16203.c
+++ b/drivers/staging/iio/accel/adis16203.c
@@ -293,7 +293,6 @@ static int adis16203_probe(struct spi_device *spi)
 }
 
 static const struct of_device_id adis16203_of_match[] = {
-	{ .compatible = "adi,adis16203" },
 	{ },
 };
 
-- 
2.34.1





[Index of Archives]     [Linux Driver Development]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux