]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: vt6656: convert RXvWorkItem to work queue
authorMalcolm Priestley <tvboxspy@gmail.com>
Fri, 27 Sep 2013 15:53:55 +0000 (16:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2013 01:33:13 +0000 (18:33 -0700)
commit81d720d3150dedebec423ac8efbdf6bc2055f1fc
tree709e5b04067ae368c9f10ecefebd69912a6c259b
parentbd9a6dbada2263ffb26eef7a67283553092d2dee
staging: vt6656: convert RXvWorkItem to work queue

Tasklet to workqueue.
ReadWorkItem -> read_work_item

Reduce atomic area of driver.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/device.h
drivers/staging/vt6656/dpc.c
drivers/staging/vt6656/dpc.h
drivers/staging/vt6656/main_usb.c