Browse Source

staging: vt6656: usbpipe.c clean up USB_CTL_WAIT

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Malcolm Priestley 11 years ago
parent
commit
b24351791c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/vt6656/usbpipe.c

+ 1 - 1
drivers/staging/vt6656/usbpipe.c

@@ -45,7 +45,7 @@
 #include "device.h"
 #include "usbpipe.h"
 
-#define USB_CTL_WAIT   500 //ms
+#define USB_CTL_WAIT	500 /* ms */
 
 int vnt_control_out(struct vnt_private *priv, u8 request, u16 value,
 		u16 index, u16 length, u8 *buffer)