提交 5d213086 编写于 作者: J Jesper Juhl 提交者: Greg Kroah-Hartman

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

Signed-off-by: NJesper Juhl <jj@chaosbits.net>
Acked-by: NAndres Salomon <dilinger@queued.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册