mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 01:09:33 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0acece05ba
commit
b24351791c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user