summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/usbpipe.c
diff options
context:
space:
mode:
authorAndres More2010-06-26 01:20:58 +0200
committerGreg Kroah-Hartman2010-07-08 22:01:05 +0200
commitfeaf03d3b42290f4c275ebf11641759bf4e1c458 (patch)
treeccf0f02134ac152db7fb246fd6187b24daabc062 /drivers/staging/vt6656/usbpipe.c
parentstaging: vt6656: removed unused IS_NULL_ADDRESS definition (diff)
downloadkernel-qcow2-linux-feaf03d3b42290f4c275ebf11641759bf4e1c458.tar.gz
kernel-qcow2-linux-feaf03d3b42290f4c275ebf11641759bf4e1c458.tar.xz
kernel-qcow2-linux-feaf03d3b42290f4c275ebf11641759bf4e1c458.zip
staging: vt6656: removed TxInSleep definition
Removed an always defined macro, perhaps used to patch the driver Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/usbpipe.c')
-rw-r--r--drivers/staging/vt6656/usbpipe.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/vt6656/usbpipe.c b/drivers/staging/vt6656/usbpipe.c
index e1d41023c480..8c7b3afe44ad 100644
--- a/drivers/staging/vt6656/usbpipe.c
+++ b/drivers/staging/vt6656/usbpipe.c
@@ -784,10 +784,7 @@ s_nsBulkOutIoCompleteWrite(
DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"Write %d bytes\n",(int)ulBufLen);
pDevice->ulBulkOutBytesWrite += ulBufLen;
pDevice->ulBulkOutContCRCError = 0;
- //2007-0115-06<Add>by MikeLiu
- #ifdef TxInSleep
- pDevice->nTxDataTimeCout = 0;
- #endif
+ pDevice->nTxDataTimeCout = 0;
} else {
DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO"BULK Out failed %d\n", status);