mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 11:02:31 +02:00
fthd/drv: Tune down firmware messages from info to debug level
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
This commit is contained in:
@@ -152,7 +152,7 @@ static void terminal_handler(struct fthd_private *dev_priv,
|
||||
if (request_size > 512)
|
||||
request_size = 512;
|
||||
FTHD_S2_MEMCPY_FROMIO(buf, address, request_size);
|
||||
pr_info("FWMSG: %.*s", request_size, buf);
|
||||
pr_debug("FWMSG: %.*s", request_size, buf);
|
||||
}
|
||||
|
||||
static void buf_t2h_handler(struct fthd_private *dev_priv,
|
||||
|
||||
Reference in New Issue
Block a user