Commit a3e52622 authored by Jan Dittmer's avatar Jan Dittmer Committed by Linus Torvalds

[PATCH] sr module_param conversion

module_param conversion for SCSI cdrom driver
Signed-off-by: default avatarJan Dittmer <jdittmer@ppp0.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 59e7545e
......@@ -59,9 +59,6 @@
#include "sr.h"
MODULE_PARM(xa_test, "i"); /* see sr_ioctl.c */
#define SR_DISKS 256
#define MAX_RETRIES 3
......
......@@ -29,6 +29,9 @@
* It is off by default and can be turned on with this module parameter */
static int xa_test = 0;
module_param(xa_test, int, S_IRUGO | S_IWUSR);
#define IOCTL_RETRIES 3
/* ATAPI drives don't have a SCMD_PLAYAUDIO_TI command. When these drives
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment