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=linux-6.1.y&id=f016326d31d010433b2a1a08a4856c214ae829eb > > 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