mbox series

[0/4] media: nuvoton: Fix some reference handling issues

Message ID 20250121-nuvoton-v1-0-1ea4f0cdbda2@chromium.org (mailing list archive)
Headers show
Series media: nuvoton: Fix some reference handling issues | expand

Message

Ricardo Ribalda Jan. 21, 2025, 9:14 p.m. UTC
When trying out 6.13 cocci, some bugs were found.

The fixes without using cleanup.h should be backported. The last two
patches make use of cleanup.h to avoid this kind of errors in the
future.

Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
Ricardo Ribalda (4):
      media: nuvoton: Fix reference handling of ece_pdev
      media: nuvoton: Fix reference handling of ece_node
      media: nuvoton: Use cleanup.h macros for device_node
      media: nuvoton: Use cleanup.h macros for put_device

 drivers/media/platform/nuvoton/npcm-video.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
base-commit: c4b7779abc6633677e6edb79e2809f4f61fde157
change-id: 20250121-nuvoton-fe870cbeffb6

Best regards,