mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
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 <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
This commit is contained in:
parent
932518f6f8
commit
980d2c914c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user