module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / media / video / tvp7002.c
index 7875e80cb2ff277bdd555e55f52cdb0d87f666d0..236c559d5f51f11e25cff118173a0b3643baf379 100644 (file)
@@ -63,7 +63,7 @@ MODULE_LICENSE("GPL");
 #define TVP7002_CL_MASK                0x0f
 
 /* Debug functions */
-static int debug;
+static bool debug;
 module_param(debug, bool, 0644);
 MODULE_PARM_DESC(debug, "Debug level (0-2)");
 
This page took 0.023518 seconds and 5 git commands to generate.