mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 11:38:26 +07:00
staging: olpc_dcon.c: Add missing level to a printk()
Signed-off-by: Jesper Juhl <jj@chaosbits.net> Acked-by: Andres Salomon <dilinger@queued.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
332a819613
commit
5d2130862b
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user