media: imx: capture: Rename querycap handler to capture_querycap
For consistency with all the other ioctl handlers, rename vidioc_querycap() to capture_querycap(). Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com> Reviewed-by: Steve Longerbeam <slongerbeam@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
024b2f9cd2
commit
300852e3cc
@ -56,8 +56,8 @@ struct capture_priv {
|
||||
* Video ioctls follow
|
||||
*/
|
||||
|
||||
static int vidioc_querycap(struct file *file, void *fh,
|
||||
struct v4l2_capability *cap)
|
||||
static int capture_querycap(struct file *file, void *fh,
|
||||
struct v4l2_capability *cap)
|
||||
{
|
||||
struct capture_priv *priv = video_drvdata(file);
|
||||
|
||||
@ -414,7 +414,7 @@ static int capture_subscribe_event(struct v4l2_fh *fh,
|
||||
}
|
||||
|
||||
static const struct v4l2_ioctl_ops capture_ioctl_ops = {
|
||||
.vidioc_querycap = vidioc_querycap,
|
||||
.vidioc_querycap = capture_querycap,
|
||||
|
||||
.vidioc_enum_framesizes = capture_enum_framesizes,
|
||||
.vidioc_enum_frameintervals = capture_enum_frameintervals,
|
||||
|
Loading…
x
Reference in New Issue
Block a user