Commit 5d213086 authored by Jesper Juhl's avatar Jesper Juhl Committed by Greg Kroah-Hartman

staging: olpc_dcon.c: Add missing level to a printk()

Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
Acked-by: default avatarAndres Salomon <dilinger@queued.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 332a8196
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment