Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 332a8196
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))