Re: [PATCH] media: tvp5150: Add missed media_entity_cleanup()

2020-06-08 Thread Marco Felsch
Hi, thanks for covering that. Appart of the fact that this function does nothing: Reviewed-by: Marco Felsch On 20-06-06 22:39, Chuhong Yuan wrote: > This driver does not call media_entity_cleanup() in the error handler > of tvp5150_registered() and tvp5150_remove(), while it has called > media_

[PATCH] media: tvp5150: Add missed media_entity_cleanup()

2020-06-06 Thread Chuhong Yuan
This driver does not call media_entity_cleanup() in the error handler of tvp5150_registered() and tvp5150_remove(), while it has called media_entity_pads_init() at first. Add the missed calls to fix it. Fixes: 0556f1d580d4 ("media: tvp5150: add input source selection of_graph support") Signed-off