[PATCH v2] media: imx: Remove incorrect check for queue state in start/stop_streaming

2017-12-01 Thread Ian Jamison
true. Also removed the queue state check in stop_streaming since it's not valid there either. Signed-off-by: Ian Jamison --- Since v1: Remove check in capture_stop_streaming as recommended by Hans. drivers/staging/media/imx/imx-media-capture.c | 6 -- 1 file changed, 6 deletions(-)

[PATCH] media: imx: Remove incorrect check for queue state in start_streaming

2017-11-17 Thread Ian Jamison
true. Signed-off-by: Ian Jamison --- drivers/staging/media/imx/imx-media-capture.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/media/imx/imx-media-capture.c b/drivers/staging/media/imx/imx-media-capture.c index ddab4c249da2..34b492c2419c 100644 --- a/drivers/staging