diff options
author | Nishka Dasgupta <nishkadg.linux@gmail.com> | 2019-08-15 11:25:50 +0530 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-08-30 15:01:12 +0200 |
commit | 67a53081e655d41a77f510377364600e5e9bf89c (patch) | |
tree | ed600ae1e85b271cfe8dc96c0e66d7c904bbdcd1 /net/ife | |
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>
Diffstat (limited to 'net/ife')
0 files changed, 0 insertions, 0 deletions