Re: [PATCH 20/20] media: soc_camera: Add debugging for get_formats

2015-05-25 Thread Guennadi Liakhovetski
Hi William, In principle, we could add these or a bunch of other "useful" debugging prints, but mostly they are are "one-off" - you used them for your debugging, then you throw them away until the next time. Do you really find them so valuable? Usually when a new code fragment is added, it can

[PATCH 20/20] media: soc_camera: Add debugging for get_formats

2015-05-21 Thread William Towle
From: Rob Taylor Some helpful debugging for get_formats use, useful for debugging v4l2-compliance issues. Signed-off-by: Rob Taylor Reviewed-by: William Towle --- drivers/media/platform/soc_camera/soc_camera.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/driver