mbox series

[v2,0/2] staging: vchiq_arm: Two memory leak fixes

Message ID 20241014061256.21858-1-umang.jain@ideasonboard.com (mailing list archive)
Headers show
Series staging: vchiq_arm: Two memory leak fixes | expand

Message

Umang Jain Oct. 14, 2024, 6:12 a.m. UTC
Two memory leaks were identified and this series addresses those leaks.

changes in v2:
- Split patches into two

v1:
- https://lore.kernel.org/linux-staging/b176520b-5578-40b0-9d68-b1051810c5bb@gmx.net/T/#t

Umang Jain (2):
  staging: vchiq_arm: Utilise devm_kzalloc() for allocation
  staging: vchiq_arm: Utilize devm_kzalloc() for allocation

 .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c   | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)