https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=l...
has: - tb_switch_tmu_rate_write(sw, TB_SWITCH_TMU_RATE_OFF); + ret = tb_switch_tmu_rate_write(sw, TB_SWITCH_TMU_RATE_OFF); + return ret; feels like an if stmt is missing here ?
Jocke
On Wed, Aug 30, 2023 at 02:34:36PM +0000, Joakim Tjernlund wrote:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=l...
has:
tb_switch_tmu_rate_write(sw, TB_SWITCH_TMU_RATE_OFF);
ret = tb_switch_tmu_rate_write(sw, TB_SWITCH_TMU_RATE_OFF);
return ret;
feels like an if stmt is missing here ?
Yes, it is.
Can you send a fix for this please?
thanks,
greg k-h
linux-stable-mirror@lists.linaro.org