[PATCH v2 0/2] bus: fsl-mc: Fix two double free problems in fsl_mc_device_add()

From: Su Hui
Date: Thu Nov 14 2024 - 21:33:11 EST


This patchset fixes two double free problems in fsl_mc_device_add().
One is reported by clang static checker, another is reported by Dan when
reviewing the code.

ps: There is only patch 1 in v1 patch, patch 2 has no v1 version.

v1: https://lore.kernel.org/all/20241114082751.3475110-1-suhui@xxxxxxxxxxxx/

Su Hui (2):
bus: fsl-mc: Fix the double free in fsl_mc_device_add()
bus: fsl-mc: using put_device() when add_device() failed in
fsl_mc_device_add()

drivers/bus/fsl-mc/fsl-mc-bus.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

--
2.30.2