mbox series

[v3,0/3] mmc: sdio: fixes some leaks

Message ID 20221109025142.1565445-1-yangyingliang@huawei.com (mailing list archive)
Headers show
Series mmc: sdio: fixes some leaks | expand

Message

Yang Yingliang Nov. 9, 2022, 2:51 a.m. UTC
This patch a refcount leak and two memory leaks about
SDIO function.

v2 -> v3:
 Change to call of_node_put() in remove() function to
 fix node refcount leak.

v1 -> v2:
  Fix compile error in patch #2.

Yang Yingliang (3):
  mmc: sdio: fix possible memory leak in sdio_init_func()
  mmc: sdio: fix of node refcount leak in sdio_add_func()
  mmc: sdio: fix possible memory leak in mmc_attach_sdio()

 drivers/mmc/core/sdio.c     | 7 ++-----
 drivers/mmc/core/sdio_bus.c | 6 +++---
 2 files changed, 5 insertions(+), 8 deletions(-)