linux/drivers/staging/rts_pstor
Devendra Naga 7106319921 staging/rts_pstor: use kthread_run instead doing kthread_create and wake_up_process
with kthread_create we need to call wake_up_process to run the thread,
this can be done using the macro kthread_run, which creates and if thread
creation is succeeded starts the thread by calling wake_up_process,

and also there are two more threads in the rts_pstor, which calls
kthread_run instead calling kthread_create and another call to the
wake_up_process, so with this change the creation of rtsx_scan_thread
will be in consistency with the other control and poll threads.

Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-07-16 19:24:46 -07:00
..
Kconfig
Makefile
TODO staging: Update TODO for rts5139 and rts_pstor 2012-02-24 12:03:14 -08:00
debug.h
general.c
general.h
ms.c staging "rts_pstor" fix some typos while reading through rts_pstor 2012-06-04 21:04:32 -07:00
ms.h
rtsx.c staging/rts_pstor: use kthread_run instead doing kthread_create and wake_up_process 2012-07-16 19:24:46 -07:00
rtsx.h drivers: staging: rts_pstor fixed checkpatch warnings 2011-10-17 15:17:17 -07:00
rtsx_card.c
rtsx_card.h
rtsx_chip.c
rtsx_chip.h
rtsx_scsi.c
rtsx_scsi.h
rtsx_sys.h
rtsx_transport.c Merge 3.4-rc5 into staging-next 2012-05-02 11:48:07 -07:00
rtsx_transport.h
sd.c staging/rts_pstor: fix single statements block warning 2012-07-09 11:51:05 -07:00
sd.h
spi.c
spi.h
trace.h
xd.c
xd.h