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 staging: fix rts_pstor build errors 2011-01-31 13:35:35 -08:00
Makefile drivers/staging: do not use EXTRA_CFLAGS 2011-08-23 15:24:46 -07:00
TODO staging: Update TODO for rts5139 and rts_pstor 2012-02-24 12:03:14 -08:00
debug.h staging: rts_pstor: use #ifdef instead of #if 2011-04-25 17:08:31 -07:00
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 staging: rts_pstor: fix sparse warning 2011-02-18 12:31:29 -08:00
rtsx_card.h Staging: rts_pstor: fixed some brace code styling issues 2011-02-04 13:01:02 -08:00
rtsx_chip.c staging: Convert vmalloc/memset to vzalloc 2011-06-28 13:23:57 -07:00
rtsx_chip.h Fix common misspellings 2011-03-31 11:26:23 -03:00
rtsx_scsi.c staging: rts_pstor: dont cast void* from kmalloc() 2011-08-23 15:22:58 -07:00
rtsx_scsi.h Fix common misspellings 2011-03-31 11:26:23 -03:00
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 staging: rts_pstor: Fix a bug that a MMCPlus card can't be accessed 2011-07-05 19:54:58 -07:00
spi.c Staging: rts_pstor: dont cast void* from kmalloc() 2011-08-23 15:22:57 -07:00
spi.h
trace.h staging: rts_pstor: use #ifdef instead of #if 2011-04-25 17:08:31 -07:00
xd.c Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 2011-05-23 12:49:28 -07:00
xd.h