dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/rts_pstor
wwang f704648281 staging:rts_pstor: fix thread synchronization flow
Using different completion variables to synchronize different kernel threads

This patch fix a bug that may cause memory leak when driver
disconnected. This is not a very urgent bug. Because with the default
setting, driver disconnectting routine won't be called except when Linux
is shut down. But if the option auto_delink_en is set, a small number of
memory would leak out after memory card unplugged.

Signed-off-by: wwang <wei_wang@realsil.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-08-08 12:05:34 -07:00
..
Kconfig
Makefile
TODO
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: Convert vmalloc/memset to vzalloc 2011-06-28 13:23:57 -07:00
ms.h
rtsx.c staging:rts_pstor: fix thread synchronization flow 2011-08-08 12:05:34 -07:00
rtsx.h staging:rts_pstor: fix thread synchronization flow 2011-08-08 12:05:34 -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: Add <linux/vmalloc.h> 2011-04-25 17:08:30 -07:00
rtsx_scsi.h Fix common misspellings 2011-03-31 11:26:23 -03:00
rtsx_sys.h
rtsx_transport.c staging: rts_pstor: fix sparse warning 2011-02-18 12:31:29 -08:00
rtsx_transport.h
sd.c staging: rts_pstor: Fix a miswriting 2011-07-18 13:22:53 -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: s/rtsx_alloc_dma_buf/kmalloc/ 2011-04-20 13:45:58 -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