module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / media / video / upd64083.c
index 9bbe61700fd5c238d253d309ea37a21a4f3ca6a1..65d065aa6091eb34ee4cea5c18b6e73ea892b1d1 100644 (file)
@@ -34,7 +34,7 @@ MODULE_DESCRIPTION("uPD64083 driver");
 MODULE_AUTHOR("T. Adachi, Takeru KOMORIYA, Hans Verkuil");
 MODULE_LICENSE("GPL");
 
-static int debug;
+static bool debug;
 module_param(debug, bool, 0644);
 
 MODULE_PARM_DESC(debug, "Debug level (0-1)");
This page took 0.023184 seconds and 5 git commands to generate.