module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / media / video / tvp514x.c
index 926f03931156541f98937ac9a3b0040c7a0f6a12..dd26cacd0556bac6bfe2d75d1ae54848a6f80698 100644 (file)
@@ -52,7 +52,7 @@
 #define LOCK_RETRY_DELAY                (200)
 
 /* Debug functions */
-static int debug;
+static bool debug;
 module_param(debug, bool, 0644);
 MODULE_PARM_DESC(debug, "Debug level (0-1)");
 
This page took 0.035826 seconds and 5 git commands to generate.