summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2025-11-27 14:47:02 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-02-05 17:07:37 +0100
commit3c4ae63073d84abee5d81ce46d86a94e9dae9c89 (patch)
tree713eaec3a78d1735588cf94b8429ee6bfbcc1395 /include/uapi/linux
parent8f96d37e88712dea86c5aa3463e48ed0bd915c8e (diff)
mux: mmio: fix regmap leak on probe failure
The mmio regmap that may be allocated during probe is never freed. Switch to using the device managed allocator so that the regmap is released on probe failures (e.g. probe deferral) and on driver unbind. Fixes: 61de83fd8256 ("mux: mmio: Do not use syscon helper to build regmap") Cc: stable@vger.kernel.org # 6.16 Cc: Andrew Davis <afd@ti.com> Signed-off-by: Johan Hovold <johan@kernel.org> Acked-by: Andrew Davis <afd@ti.com> Link: https://patch.msgid.link/20251127134702.1915-1-johan@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions