commit | 348a634de2407aab8cc9c14a98d8c74aea075bb3 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Thu Apr 17 02:52:16 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Wed Apr 23 10:13:23 2014 -0300 |
tree | ff93647aab36416108a7360664cc1387538e4680 | |
parent | e37559b22c63b557d242bfa1a07ab1b8f7d5d9f1 [diff] |
[media] bfin_capture: drop unnecessary vb2_is_streaming check The stop_streaming op is only called if streaming is in progress, so drop the unnecessary 'if (!vb2_is_streaming(vq))' check. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Pawel Osciak <pawel@osciak.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>