Skip to content

Commit

Permalink
staging: olpc_dcon.c: Add missing level to a printk()
Browse files Browse the repository at this point in the history
Signed-off-by: Jesper Juhl <[email protected]>
Acked-by: Andres Salomon <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
jjuhl authored and gregkh committed Apr 24, 2012
1 parent 332a819 commit 5d21308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/olpc_dcon/olpc_dcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 5d21308

Please sign in to comment.