diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2014-07-21 22:40:46 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-21 14:54:31 -0700 |
commit | 0acece05ba31a63246e0228418940e5e4352a3d5 (patch) | |
tree | 842a2864c4d538e6d62d75d3f2d9252fd3fe7e23 | |
parent | 4060f53cf1ad954e03a8f6a07fdb7afb54b02db8 (diff) | |
download | op-kernel-dev-0acece05ba31a63246e0228418940e5e4352a3d5.zip op-kernel-dev-0acece05ba31a63246e0228418940e5e4352a3d5.tar.gz |
staging: vt6656: usbpipe remove unneeded comments
We know what the endpoints are
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/vt6656/usbpipe.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/vt6656/usbpipe.c b/drivers/staging/vt6656/usbpipe.c index addaa65..aeef7ae 100644 --- a/drivers/staging/vt6656/usbpipe.c +++ b/drivers/staging/vt6656/usbpipe.c @@ -45,12 +45,6 @@ #include "device.h" #include "usbpipe.h" -//endpoint def -//endpoint 0: control -//endpoint 1: interrupt -//endpoint 2: read bulk -//endpoint 3: write bulk - #define USB_CTL_WAIT 500 //ms int vnt_control_out(struct vnt_private *priv, u8 request, u16 value, |