Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2435179 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6656: usbpipe.c clean up USB_CTL_WAIT

parent 0acece05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)