summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/usbpipe.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-07-15 19:54:37 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-15 12:11:39 -0700
commitb0bc5724f6a7840cd3c715b01eb28a472fe83385 (patch)
treec7b32b703f99e96f0ad6897704207505570a7967 /drivers/staging/vt6656/usbpipe.h
parent0d901321faae497452d2c5faea5c3470b63919aa (diff)
downloadlinux-stable-b0bc5724f6a7840cd3c715b01eb28a472fe83385.tar.gz
linux-stable-b0bc5724f6a7840cd3c715b01eb28a472fe83385.tar.bz2
linux-stable-b0bc5724f6a7840cd3c715b01eb28a472fe83385.zip
staging: vt6656: usbpipe rename PIPEnsInterruptRead to vnt_start_interrupt_urb
Drop Read and PIPE. The function starts the interrupt urb. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/usbpipe.h')
-rw-r--r--drivers/staging/vt6656/usbpipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/usbpipe.h b/drivers/staging/vt6656/usbpipe.h
index ea71782d8901..94694fe89356 100644
--- a/drivers/staging/vt6656/usbpipe.h
+++ b/drivers/staging/vt6656/usbpipe.h
@@ -38,7 +38,7 @@ int vnt_control_in(struct vnt_private *, u8, u16, u16, u16, u8 *);
void vnt_control_out_u8(struct vnt_private *, u8, u8, u8);
void vnt_control_in_u8(struct vnt_private *, u8, u8, u8 *);
-int PIPEnsInterruptRead(struct vnt_private *);
+int vnt_start_interrupt_urb(struct vnt_private *);
int PIPEnsBulkInUsbRead(struct vnt_private *, struct vnt_rcb *pRCB);
int PIPEnsSendBulkOut(struct vnt_private *,
struct vnt_usb_send_context *pContext);