diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-10-21 23:02:00 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-25 13:41:05 +0300 |
commit | 1b7f9c989ee7684dc70f0a75a037ecb1d437d3c2 (patch) | |
tree | 03343478d9d8e320fc51c6c046190826069e8577 /drivers/media/usb/uvc/uvc_queue.c | |
parent | 3f02de275e5c4374ffeba554c7b9fa85ea13ecc5 (diff) | |
download | linux-1b7f9c989ee7684dc70f0a75a037ecb1d437d3c2.tar.xz |
[media] uvcvideo: Rename uvc_alloc_buffers to uvc_request_buffers
This brings the function name in line with the V4L2 API terminology.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/usb/uvc/uvc_queue.c')
-rw-r--r-- | drivers/media/usb/uvc/uvc_queue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/usb/uvc/uvc_queue.c b/drivers/media/usb/uvc/uvc_queue.c index 708478f958e9..5c11de0df4b6 100644 --- a/drivers/media/usb/uvc/uvc_queue.c +++ b/drivers/media/usb/uvc/uvc_queue.c @@ -205,8 +205,8 @@ void uvc_queue_release(struct uvc_video_queue *queue) * V4L2 queue operations */ -int uvc_alloc_buffers(struct uvc_video_queue *queue, - struct v4l2_requestbuffers *rb) +int uvc_request_buffers(struct uvc_video_queue *queue, + struct v4l2_requestbuffers *rb) { int ret; |