upstream: [media] vb2: simplify a confusing condition
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 24 Feb 2014 18:52:04 +0000 (15:52 -0300)
committerChanho Park <chanho61.park@samsung.com>
Thu, 7 Aug 2014 05:26:48 +0000 (14:26 +0900)
commit935e5735576950442d8ba02134c27a5534fa680d
tree0a7f7c4c87dfd31b1fa12aab022e62d27b198299
parent46a5bf66342d64fc4fbb507283675ab25fc47167
upstream: [media] vb2: simplify a confusing condition

q->start_streaming_called is always true, so the WARN_ON check against
it being false can be dropped.

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>
drivers/media/v4l2-core/videobuf2-core.c