backlight: use pr_warn() and pr_debug() instead of printk()
[deliverable/linux.git] / drivers / video / smscufx.c
index 3c22994ea31aac07256e1383503ac77ad97e650a..ccbfef5e828f3d19815dc7f91c27164c737f4250 100644 (file)
@@ -130,8 +130,8 @@ static struct usb_device_id id_table[] = {
 MODULE_DEVICE_TABLE(usb, id_table);
 
 /* module options */
-static int console;   /* Optionally allow fbcon to consume first framebuffer */
-static int fb_defio = true;  /* Optionally enable fb_defio mmap support */
+static bool console;   /* Optionally allow fbcon to consume first framebuffer */
+static bool fb_defio = true;  /* Optionally enable fb_defio mmap support */
 
 /* ufx keeps a list of urbs for efficient bulk transfers */
 static void ufx_urb_completion(struct urb *urb);
This page took 0.028141 seconds and 5 git commands to generate.