]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
power: supply: cpcap-battery: fix invalid usage of list cursor
authorGuangqing Zhu <zhuguangqing83@gmail.com>
Wed, 21 Apr 2021 14:36:50 +0000 (22:36 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 May 2021 06:37:30 +0000 (08:37 +0200)
commitd59a3bc1330d9c54485c6e80e1d96c71d52a9769
treebc95ff71d01fc25acfa2be10abaef822b481e250
parentd13de98d58c18d90c52dbaaeac129b152b1d5893
power: supply: cpcap-battery: fix invalid usage of list cursor

[ Upstream commit d0a43c12ee9f57ddb284272187bd18726c2c2c98 ]

Fix invalid usage of a list_for_each_entry in cpcap_battery_irq_thread().
Empty list or fully traversed list points to list head, which is not
NULL (and before the first element containing real data).

Signed-off-by: Guangqing Zhu <zhuguangqing83@gmail.com>
Reviewed-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Carl Philipp Klemm <philipp@uvos.xyz>
Tested-by: Carl Philipp Klemm <philipp@uvos.xyz>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/power/supply/cpcap-battery.c