summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorYauhen Kharuzhy <jekhor@gmail.com>2026-02-17 21:12:27 +0300
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2026-02-18 10:05:17 +0300
commite7b53288d9ea899abc6d47a7f20065ab511a810c (patch)
tree3ddc0c2a8c88172464c4f324180a3855acdef9d6 /include/linux
parent710a1a8c591e93fa49946b68a4f1e25ae9687ecf (diff)
downloadlinux-e7b53288d9ea899abc6d47a7f20065ab511a810c.tar.xz
Input: drv260x - fix unbalanced regulator_disable() call
The driver acquires the 'vbat' regulator during probing but never enables it. Consequently, in the suspend method, the driver disables the regulator without enabling it first, causing an 'Unbalanced regulator_disable()' error. Enable the regulator in the probe() method and add the remove() method with regulator disabling to fix this. Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com> Link: https://patch.msgid.link/20260215141435.727872-5-jekhor@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions