From: Robert P. J. Day Date: Sun, 5 Jul 2009 00:44:04 +0000 (-0400) Subject: trivial: Remove commented out usage of dead MODULE_PARM() in swarm_cs4297a X-Git-Tag: v2.6.32-rc1~413^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=786d8ca341a30296264bc6cebac52d37b0851647;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 Signed-off-by: Jiri Kosina --- diff --git a/sound/oss/swarm_cs4297a.c b/sound/oss/swarm_cs4297a.c index 1edab7b..3136c88 100644 --- a/sound/oss/swarm_cs4297a.c +++ b/sound/oss/swarm_cs4297a.c @@ -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" //