OSDN Git Service

powercap/dtpm: Fixup kfree for virtual node
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Sun, 30 Jan 2022 21:02:05 +0000 (22:02 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 23 Feb 2022 18:45:33 +0000 (19:45 +0100)
commit690de0b4013f6f35bc9fced12746b9f396c471ae
tree951c076099da2bb5957fdce67b35f54d89400cb2
parent0aea2e4ec2a2bfa2d7e8820e37ba5b5ce04f20a5
powercap/dtpm: Fixup kfree for virtual node

When the node is virtual there is no release function associated which
can free the memory.

Free the memory when no 'ops' exists.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20220130210210.549877-3-daniel.lezcano@linaro.org
drivers/powercap/dtpm.c