From 057c2a2ef576a21968e838194b8b9d3b6b106769 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Sat, 3 May 2014 13:05:08 -0300 Subject: [PATCH] [media] V4L: soc-camera: explicitly free allocated managed memory on error devm_kzalloc() allocations are freed when the device is unbound. But if a certain path fails and the allocated memory cannot be used anyway it is better to free it explicitly immediately. This patch does exactly this if asynchronous group probing in scan_async_group() fails after memory has been allocated. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed