linux/drivers/s390/block
Heiko Carstens 5c898ba9d4 [S390] xpram module parameter parsing.
The module parameters for xpram are not or in a wrong way parsed.
The xpram module uses the module_param_array directive with an int
parameter which causes the kernel to automatically parse the passed
numbers. This will cause errors if arguments are omitted or cause
wrong results if arguments have size qualifiers.
Use module_param_array with charp and parse the arguments later.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2006-07-12 16:40:14 +02:00
..
Kconfig [PATCH] s390: dasd extended error reporting 2006-03-24 07:33:17 -08:00
Makefile [PATCH] s390: dasd extended error reporting 2006-03-24 07:33:17 -08:00
dasd.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
dasd_3370_erp.c [S390] dasd whitespace and other cosmetics. 2006-06-29 14:58:12 +02:00
dasd_3990_erp.c [S390] dasd whitespace and other cosmetics. 2006-06-29 14:58:12 +02:00
dasd_9336_erp.c [S390] dasd whitespace and other cosmetics. 2006-06-29 14:58:12 +02:00
dasd_9343_erp.c [S390] dasd whitespace and other cosmetics. 2006-06-29 14:58:12 +02:00
dasd_devmap.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
dasd_diag.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
dasd_diag.h [S390] dasd whitespace and other cosmetics. 2006-06-29 14:58:12 +02:00
dasd_eckd.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
dasd_eckd.h [S390] add PAV support to the dasd driver. 2006-06-29 15:08:18 +02:00
dasd_eer.c [S390] dasd eer data format. 2006-06-29 15:02:59 +02:00
dasd_erp.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
dasd_fba.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
dasd_fba.h [S390] dasd whitespace and other cosmetics. 2006-06-29 14:58:12 +02:00
dasd_genhd.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
dasd_int.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 2006-06-29 14:19:21 -07:00
dasd_ioctl.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
dasd_proc.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
dcssblk.c [PATCH] s390: kzalloc() conversion in drivers/s390 2006-03-24 07:33:18 -08:00
xpram.c [S390] xpram module parameter parsing. 2006-07-12 16:40:14 +02:00