summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts_pstor/rtsx_card.c
Commit message (Collapse)AuthorAgeFilesLines
* staging/rts_pstor: remove braces {} in rtsx_card.cToshiaki Yamane2012-09-041-105/+81Star
| | | | | | | | | fixed below checkpatch warnings. -WARNING: braces {} are not necessary for single statement blocks -WARNING: braces {} are not necessary for any arm of this statement Signed-off-by: Toshiaki Yamane <yamanetoshi@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: rts_pstor: fix sparse warningwwang2011-02-181-1/+1
| | | | | | | Add static modifier before some functions and global variables. Signed-off-by: wwang <wei_wang@realsil.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: add rts_pstor for Realtek PCIE cardreaderwwang2011-01-211-0/+1257
rts_pstor is used to support Realtek PCI-E card readers, including rts5209, rts5208, Barossa. Signed-off-by: wwang <wei_wang@realsil.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>