diff options
author | Nishka Dasgupta <nishkadg.linux@gmail.com> | 2019-08-19 13:12:34 +0530 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2019-08-28 13:04:59 +0300 |
commit | f1b19006f4c9e83c9e19c58102157ff1fdebca22 (patch) | |
tree | 2511c9093de45a5dde22c3a12f9ae0e9f1ccd609 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | c33f141615c2850ab512f7dca654f8f0914ab9ab (diff) |
usb: phy: phy-fsl-usb: Make structure fsl_otg_initdata constant
Static structure fsl_otg_initdata, of type fsl_otg_config, is used only
once, when the value of its field otg_port is assigned to another
variable. As fsl_otg_initdata.otg_port is of type u8, any changes to
its copy do not affect the original, and fsl_otg_initdata itself is
never modified. Hence make fsl_otg_initdata constant to protect it from
unintended modification.
Issue found with Coccinelle.
Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions