projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
664b044
)
staging: vt6656: Remove ununsed macro URB_ASYNC_UNLINK
author
Malcolm Priestley
<
[email protected]
>
Mon, 21 Jul 2014 21:40:45 +0000
(22:40 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 21 Jul 2014 21:54:31 +0000
(14:54 -0700)
Signed-off-by: Malcolm Priestley <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/vt6656/usbpipe.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6656/usbpipe.c
b/drivers/staging/vt6656/usbpipe.c
index acb06086318bef8a820f86612badf08fd36936a4..addaa65ea100b32b0b54cde99109b0a5e24859a4 100644
(file)
--- a/
drivers/staging/vt6656/usbpipe.c
+++ b/
drivers/staging/vt6656/usbpipe.c
@@
-53,10
+53,6
@@
#define USB_CTL_WAIT 500 //ms
-#ifndef URB_ASYNC_UNLINK
-#define URB_ASYNC_UNLINK 0
-#endif
-
int vnt_control_out(struct vnt_private *priv, u8 request, u16 value,
u16 index, u16 length, u8 *buffer)
{