linux/drivers/media/cec/i2c
Krzysztof Kozlowski 76024e1e98 media: cec: ch7322: drop of_match_ptr for ID table
The driver can match only via the DT table so the table should be always
used and the of_match_ptr does not have any sense (this also allows ACPI
matching via PRP0001, even though it might not be relevant here).

  drivers/media/cec/i2c/ch7322.c:583:34: error: ‘ch7322_of_match’ defined but not used [-Werror=unused-const-variable=]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
2023-07-14 12:31:12 +02:00
..
ch7322.c media: cec: ch7322: drop of_match_ptr for ID table 2023-07-14 12:31:12 +02:00
Kconfig media: cec: i2c: ch7322: also select REGMAP 2023-06-28 11:10:05 +02:00
Makefile