summaryrefslogtreecommitdiff
path: root/kernel/trace
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2024-12-18 19:44:33 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-01-09 13:33:32 +0100
commitcba9d51794ecde58a21e4e96bcfd0a18f7dd4ff8 (patch)
treeddda8e416b668cf3592f8b8cdb4228377240abaf /kernel/trace
parenta45ae89327892d5856b50b3fa8a7f2ac72ec309f (diff)
downloadlinux-cba9d51794ecde58a21e4e96bcfd0a18f7dd4ff8.tar.gz
linux-cba9d51794ecde58a21e4e96bcfd0a18f7dd4ff8.tar.bz2
linux-cba9d51794ecde58a21e4e96bcfd0a18f7dd4ff8.zip
pmdomain: core: add dummy release function to genpd device
commit f64f610ec6ab59dd0391b03842cea3a4cd8ee34f upstream. The genpd device, which is really only used as a handle to lookup OPP, but not even registered to the device core otherwise and thus lifetime linked to the genpd struct it is contained in, is missing a release function. After b8f7bbd1f4ec ("pmdomain: core: Add missing put_device()") the device will be cleaned up going through the driver core device_release() function, which will warn when no release callback is present for the device. Add a dummy release function to shut up the warning. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Tested-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Fixes: b8f7bbd1f4ec ("pmdomain: core: Add missing put_device()") Cc: stable@vger.kernel.org Message-ID: <20241218184433.1930532-1-l.stach@pengutronix.de> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/trace')
0 files changed, 0 insertions, 0 deletions