[PATCH] dvb: DST: fix a bug in the module parameter

fix a bug in the module parameter (Dominique Dumont)

Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Johannes Stezenbach and committed by
Linus Torvalds
42dc6617 df481ae5

+1 -1
+1 -1
drivers/media/dvb/bt8xx/dst_ca.c
··· 38 38 39 39 static unsigned int debug = 1; 40 40 module_param(debug, int, 0644); 41 - MODULE_PARM_DESC(dst_ca_debug, "debug messages, default is 0 (yes)"); 41 + MODULE_PARM_DESC(debug, "debug messages, default is 1 (yes)"); 42 42 43 43 #define dprintk if (debug) printk 44 44