commit | 8cffb3cf06ee91a9d1c83305d1ba163b0a4dc411 | [log] [tgz] |
---|---|---|
author | Malcolm Priestley <tvboxspy@gmail.com> | Sat Jun 28 23:55:42 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jun 29 14:25:53 2014 -0700 |
tree | 199891b357aeb5e9e0599fa282bb7ec3ae3a6390 | |
parent | 09bb27ebe04f61386640690bb263c6b588fc14cd [diff] |
staging: vt6656: Remove rx handing from RXvWorkItem In s_nsBulkInUsbIoCompleteRead reuse or reallocate sb_buff and resubmit urb. In device_alloc_bufs allocate memory to rcb individually and call PIPEnsBulkInUsbRead to submit the urbs Change handling to free rcb in device_free_rx_bufs Remove calls to workqueue. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>