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
Jeff Mahoney 1035117d2a staging: rts_pstor: use #ifdef instead of #if
This patch fixes a number of the following warnings:
warning: "CONFIG_RTS_PSTOR_DEBUG" is not defined

The code uses '#if CONFIG_RTS_PSTOR_DEBUG' when it should be using '#ifdef'

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-04-25 17:08:31 -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: rts_pstor: Add <linux/vmalloc.h> 2011-04-25 17:08:30 -07:00
ms.h
rtsx.c staging: rts_pstor: modify initial card clock 2011-04-04 21:33:26 -07:00
rtsx.h
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: rts_pstor: use #ifdef instead of #if 2011-04-25 17:08:31 -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: use #ifdef instead of #if 2011-04-25 17:08:31 -07:00
sd.h
spi.c staging: rts_pstor: fix sparse warning 2011-02-18 12:31:29 -08:00
spi.h
trace.h staging: rts_pstor: use #ifdef instead of #if 2011-04-25 17:08:31 -07:00
xd.c staging: rts_pstor: Add <linux/vmalloc.h> 2011-04-25 17:08:30 -07:00
xd.h