mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
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: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
b7f5ab6fbb
commit
786d8ca341
1 changed files with 0 additions and 3 deletions
|
@ -110,9 +110,6 @@ static void start_adc(struct cs4297a_state *s);
|
||||||
// rather than 64k as some of the games work more responsively.
|
// rather than 64k as some of the games work more responsively.
|
||||||
// log base 2( buff sz = 32k).
|
// 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"
|
// Turn on/off debugging compilation by commenting out "#define CSDEBUG"
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue