]> git.karo-electronics.de Git - linux-beck.git/commit
[media] vb2: Merge vb2_internal_qbuf and vb2_qbuf
authorRicardo Ribalda <ricardo.ribalda@gmail.com>
Mon, 20 Jun 2016 12:47:24 +0000 (09:47 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 8 Jul 2016 19:17:00 +0000 (16:17 -0300)
commitdfadf0262730d5888c5e9af1921d9e4c7c864ffa
tree00d4f974ae1ae6b89468b0e97395feaf2fe0f6f8
parent5256e057f5c1b45d7f3d0effd9a5b4e6cb95d248
[media] vb2: Merge vb2_internal_qbuf and vb2_qbuf

After all the code refactoring, vb2_internal_qbuf is only called by
vb2_qbuf.

Since the function it is very simple, there is no need to have
two functions.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/v4l2-core/videobuf2-v4l2.c