]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-discard-pm_runtime_put-return-value'
authorJakub Kicinski <kuba@kernel.org>
Thu, 8 Jan 2026 16:15:07 +0000 (08:15 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 8 Jan 2026 16:15:08 +0000 (08:15 -0800)
commit76de4e1594b7dfacba549e9db60585811f45dbe5
tree4426658729ae90caaac133764abfd2bab14d0482
parentfd1de45ad24f24cf0aedee0f64e668674a9bd6c9
parent36775f3d5f7076e55b01b1f493a02cd467fa2c0d
Merge branch 'net-discard-pm_runtime_put-return-value'

Rafael J. Wysocki says:

====================
net: Discard pm_runtime_put() return value

This is mostly was a resend of patches [10-12/23] from:

https://lore.kernel.org/linux-pm/6245770.lOV4Wx5bFT@rafael.j.wysocki/

as requested by Jakub, except for the last patch that has been fixed
while at it and so the version has been bumped up.

The patches are independent of each other and they are all requisite
for converting pm_runtime_put() into a void function.
====================

Link: https://patch.msgid.link/2816529.mvXUDI8C0e@rafael.j.wysocki
Signed-off-by: Jakub Kicinski <kuba@kernel.org>