mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
rk_serial: fix compile error when printascii no define
This commit is contained in:
parent
c70658896d
commit
5161a4faf2
|
|
@ -161,7 +161,9 @@ static void dbg(const char *fmt, ...)
|
|||
vsprintf(buff, fmt, va);
|
||||
va_end(va);
|
||||
|
||||
#if defined(CONFIG_DEBUG_LL) || defined(CONFIG_RK_EARLY_PRINTK)
|
||||
printascii(buff);
|
||||
#endif
|
||||
}
|
||||
|
||||
//enable log output
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user