Searched hist:"9 f467393e2973f124661426953811b4758181088" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/soc/versatile/ |
H A D | soc-integrator.c | diff 9f467393e2973f124661426953811b4758181088 Wed Jul 15 04:47:01 CEST 2020 YueHaibing <yuehaibing@huawei.com> soc: integrator: Drop pointless static qualifier in integrator_soc_init()
There is no need to have the 'struct regmap *syscon_regmap' variable static since new value always be assigned before use it.
Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: YueHaibing <yuehaibing@huawei.com> Link: https://lore.kernel.org/r/20200715024701.28356-1-yuehaibing@huawei.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|