staging: olpc_dcon.c: Add missing level to a printk()
authorJesper Juhl <jj@chaosbits.net>
Sat, 21 Apr 2012 18:33:07 +0000 (20:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Apr 2012 18:33:21 +0000 (11:33 -0700)
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Acked-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/olpc_dcon/olpc_dcon.c

index 862dbb5..7fe6eb6 100644 (file)
@@ -303,7 +303,7 @@ static void dcon_source_switch(struct work_struct *work)
 
        switch (source) {
        case DCON_SOURCE_CPU:
-               printk("dcon_source_switch to CPU\n");
+               printk(KERN_INFO "dcon_source_switch to CPU\n");
                /* Enable the scanline interrupt bit */
                if (dcon_write(dcon, DCON_REG_MODE,
                                dcon->disp_mode | MODE_SCAN_INT))