mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
rk_serial: fix compile error when printascii no define
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user