Skip to content
Snippets Groups Projects
Commit 379883cc authored by Julia Lawall's avatar Julia Lawall Committed by Wolfram Sang
Browse files

i2c: constify i2c_adapter_quirks structures


Check for i2c_adapter_quirks structures that are only stored in the
quirks field of an i2c_adapter structure.  This field is declared
const, so i2c_adapter_quirks structures that have this property can be
declared as const also.

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Acked-by: Ray Jui <ray.jui@broadcom.com> # for bcm-iproc
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent ff3a98be
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment