commit | 67a53081e655d41a77f510377364600e5e9bf89c | [log] [tgz] |
---|---|---|
author | Nishka Dasgupta <nishkadg.linux@gmail.com> | Thu Aug 15 11:25:50 2019 +0530 |
committer | Wolfram Sang <wsa@the-dreams.de> | Fri Aug 30 15:01:12 2019 +0200 |
tree | ed600ae1e85b271cfe8dc96c0e66d7c904bbdcd1 | |
parent | 539005ffc6260fcb3bb4171138be5f66a41185a9 [diff] |
i2c: iproc: Make bcm_iproc_i2c_quirks constant Static structure bcm_iproc_i2c_quirks, of type i2c_adapter_quirks, is only used when being assigned to constant field quirks of a variable having type i2c_adapter. Hence make bcm_iproc_i2c_quirks constant as well to prevent it from unintended modification. Issue found with Coccinelle. Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com> Reviewed-by: Ray Jui <ray.jui@broadcom.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>