commit | 379883cc67d890e0412d6e6c952d7eb0614b915a | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia.lawall@lip6.fr> | Sat Oct 15 19:32:01 2016 +0200 |
committer | Wolfram Sang <wsa@the-dreams.de> | Fri Nov 18 02:05:03 2016 +0100 |
tree | 6524bd62e60c635277f6f6caedc1b68d7e747589 | |
parent | ff3a98be794d13dc0104c0a1fbab2b52f1a3299b [diff] |
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: Julia Lawall <Julia.Lawall@lip6.fr> Acked-by: Ray Jui <ray.jui@broadcom.com> # for bcm-iproc Signed-off-by: Wolfram Sang <wsa@the-dreams.de>