diff options
author | 2019-08-19 13:27:57 +0530 | |
---|---|---|
committer | 2019-08-21 09:00:16 +0200 | |
commit | 6e28aaab07c19fb97cedea9840ef796f1a772350 (patch) | |
tree | 146e25cafa9a5f3aa4feddb5e6dd146db7d26c4a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | pinctrl: tegra: Flush pinctrl writes during resume (diff) | |
download | wireguard-linux-6e28aaab07c19fb97cedea9840ef796f1a772350.tar.xz wireguard-linux-6e28aaab07c19fb97cedea9840ef796f1a772350.zip |
pinctrl: rk805: Make structures constant
Static structures rk805_pinctrl_desc and rk805_gpio_chip, of types
gpio_chip and pinctrl_desc respectively, are not used except to be
copied into the fields of a different variable. Hence make
rk805_pinctrl_desc and rk805_gpio_chip both constant to protect them
from unintended modification.
Issue found with Coccinelle.
Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Link: https://lore.kernel.org/r/20190819075757.1753-1-nishkadg.linux@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions