+1
−1
Loading
stable inclusion from stable-v6.6.70 commit bc6962f2dbaf1676c8cbb8b04522f26a186bf416 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBOHV1 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=bc6962f2dbaf1676c8cbb8b04522f26a186bf416 -------------------------------- [ Upstream commit bf36b4bf1b9a7a0015610e2f038ee84ddb085de2 ] This loop should iterate over the range from 'min' to 'max' inclusively. The last interation is missed. Fixes: 1d8f430c ("[PATCH] Input: add modalias support") Signed-off-by:Masahiro Yamada <masahiroy@kernel.org> Tested-by:
John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Wen Zhiwei <wenzhiwei@kylinos.cn>