You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
UPSTREAM: mm/damon/core: print kdamond start log in debug mode only
Logging of kdamond startup is using 'pr_info()' unnecessarily. This
makes it to use 'pr_debug()' instead.
Link: https://lkml.kernel.org/r/20210917123958.3819-6-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: SeongJae Park <sjpark@amazon.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
(cherry picked from commit 704571f997)
Bug: 228223814
Signed-off-by: Hailong Tu <tuhailong@oppo.com>
Change-Id: Idf59dd43a8cecfbbe2846bfa81a8c79744ce08c9
This commit is contained in:
committed by
Hailong Tu
parent
6239bbbcea
commit
526b5029ad
@@ -653,7 +653,7 @@ static int kdamond_fn(void *data)
|
||||
unsigned long sz_limit = 0;
|
||||
|
||||
mutex_lock(&ctx->kdamond_lock);
|
||||
pr_info("kdamond (%d) starts\n", ctx->kdamond->pid);
|
||||
pr_debug("kdamond (%d) starts\n", ctx->kdamond->pid);
|
||||
mutex_unlock(&ctx->kdamond_lock);
|
||||
|
||||
if (ctx->primitive.init)
|
||||
|
||||
Reference in New Issue
Block a user