On 10/06/2020 02:33, Niklas Söderlund wrote: > The function rcar_gen3_thermal_calc_coefs() takes an argument called > 'thcode' which shadows the static global 'thcode' variable. This is not > harmful but bad for readability and is harmful for planned changes to > the driver. The THCODE values should be read from hardware fuses if they > are available and only fallback to the global 'thcode' variable if they > are not fused. > > Rename the global 'thcode' variable to 'thcodes' to avoid shadowing the > symbol in functions that take it as an argument. > > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- Applied. -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog