Re: [PATCH] media: imx214: Fix stop streaming

2019-10-03 Thread Ricardo Ribalda Delgado
Ups sorry about that. Hopefully it works fine also without the patch, but it needs to be fixed. On Thu, Oct 3, 2019 at 4:46 PM Daniel Gomez wrote: > > Stop video streaming when requested. > > When s_stream is called to stop the video streaming, if/else condition calls > start_streaming

[PATCH] media: imx214: Fix stop streaming

2019-10-03 Thread Daniel Gomez
Stop video streaming when requested. When s_stream is called to stop the video streaming, if/else condition calls start_streaming function instead of the one for stopping it. Fixes: 436190596241 ("media: imx214: Add imx214 camera sensor driver") Signed-off-by: Daniel Gomez --- You can find