trivial: Remove commented out usage of dead MODULE_PARM() in swarm_cs4297a
authorRobert P. J. Day <rpjday@crashcourse.ca>
Sun, 5 Jul 2009 00:44:04 +0000 (20:44 -0400)
committerJiri Kosina <jkosina@suse.cz>
Mon, 21 Sep 2009 13:14:54 +0000 (15:14 +0200)
Get rid of that commented usage of the now defunct MODULE_PARM macro.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
sound/oss/swarm_cs4297a.c

index 1edab7b..3136c88 100644 (file)
@@ -110,9 +110,6 @@ static void start_adc(struct cs4297a_state *s);
 // rather than 64k as some of the games work more responsively.
 // log base 2( buff sz = 32k).
 
-//static unsigned long defaultorder = 3;
-//MODULE_PARM(defaultorder, "i");
-
 //
 // Turn on/off debugging compilation by commenting out "#define CSDEBUG"
 //