linux/drivers/s390/cio
Jan Glauber 19cdd08ba1 [S390] qdio: fix broken pointer in case of CONFIG_DEBUG_FS is disabled
If CONFIG_DEBUG_FS is disabled debugfs_create_file returns -ENODEV instead
of zero. Since the return value is stored and used at shutdown to remove
existing entries an OOPS may be triggered.

Add a check of the debugfs_create_file return value and in case of an error
set the entry to NULL so it will be ignored at shutdown.

Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2009-01-09 12:15:07 +01:00
..
Makefile
airq.c
blacklist.c [S390] convert cio printks to pr_xxx macros. 2008-12-25 13:39:20 +01:00
blacklist.h
ccwgroup.c
chp.c
chp.h
chsc.c [S390] convert cio printks to pr_xxx macros. 2008-12-25 13:39:20 +01:00
chsc.h
chsc_sch.c
chsc_sch.h
cio.c fix similar typos to successfull 2009-01-08 08:31:15 -08:00
cio.h [S390] cio: introduce cio_commit_config 2008-12-25 13:39:10 +01:00
cio_debug.h
cmf.c [S390] convert cio printks to pr_xxx macros. 2008-12-25 13:39:20 +01:00
css.c [S390] convert cio printks to pr_xxx macros. 2008-12-25 13:39:20 +01:00
css.h
device.c [S390] cio: use pim to check for multipath. 2008-12-25 13:39:11 +01:00
device.h [S390] cio: introduce cio_commit_config 2008-12-25 13:39:10 +01:00
device_fsm.c [S390] cio: commit all pmcw changes. 2008-12-25 13:39:10 +01:00
device_id.c
device_ops.c
device_pgid.c
device_status.c
fcx.c
idset.c
idset.h
io_sch.h
ioasm.h
isc.c
itcw.c
qdio.h
qdio_debug.c [S390] qdio: fix broken pointer in case of CONFIG_DEBUG_FS is disabled 2009-01-09 12:15:07 +01:00
qdio_debug.h
qdio_main.c fix similar typos to successfull 2009-01-08 08:31:15 -08:00
qdio_perf.c
qdio_perf.h
qdio_setup.c
qdio_thinint.c
scsw.c