]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
soc: versatile: realview: fix soc_dev leak during device remove
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 25 Aug 2024 18:05:24 +0000 (20:05 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 30 Aug 2024 13:40:11 +0000 (15:40 +0200)
commitc774f2564c0086c23f5269fd4691f233756bf075
tree87151cca7f1bad2c3550227bc379c15bd494e62e
parent1c4f26a41f9d052f334f6ae629e01f598ed93508
soc: versatile: realview: fix soc_dev leak during device remove

If device is unbound, the soc_dev should be unregistered to prevent
memory leak.

Fixes: a2974c9c1f83 ("soc: add driver for the ARM RealView")
Cc: stable@vger.kernel.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/20240825-soc-dev-fixes-v1-3-ff4b35abed83@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/soc/versatile/soc-realview.c