aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/ccs/ccs-core.c
diff options
context:
space:
mode:
authorSakari Ailus <[email protected]>2024-10-15 10:38:01 +0000
committerHans Verkuil <[email protected]>2025-04-25 08:15:34 +0000
commit980d2c914cbe0af7c9239dacb89ae083a2094d83 (patch)
treef148aea3316fa4c84403341476c42bd6edfae101 /drivers/media/i2c/ccs/ccs-core.c
parentmedia: ccs: Remove I²C write retry hack (diff)
downloadkernel-980d2c914cbe0af7c9239dacb89ae083a2094d83.tar.gz
kernel-980d2c914cbe0af7c9239dacb89ae083a2094d83.zip
media: ccs: Don't complain about lack of quirks
Generally any deviance from the standard is handled via CCS static data nowadays and so not having quirks is expected. Don't warn about it. Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
Diffstat (limited to 'drivers/media/i2c/ccs/ccs-core.c')
-rw-r--r--drivers/media/i2c/ccs/ccs-core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/i2c/ccs/ccs-core.c b/drivers/media/i2c/ccs/ccs-core.c
index 01744ebd3e06..27b94a399b17 100644
--- a/drivers/media/i2c/ccs/ccs-core.c
+++ b/drivers/media/i2c/ccs/ccs-core.c
@@ -2853,10 +2853,6 @@ static int ccs_identify_module(struct ccs_sensor *sensor)
break;
}
- if (i >= ARRAY_SIZE(ccs_module_idents))
- dev_warn(&client->dev,
- "no quirks for this module; let's hope it's fully compliant\n");
-
dev_dbg(&client->dev, "the sensor is called %s\n", minfo->name);
return 0;