Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 786d8ca3 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Jiri Kosina
Browse files

trivial: Remove commented out usage of dead MODULE_PARM() in swarm_cs4297a



Get rid of that commented usage of the now defunct MODULE_PARM macro.

Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b7f5ab6f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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"
//