]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
mm/numa_memblks: Use pr_debug instead of printk(KERN_DEBUG)
authorPratyush Brahma <pratyush.brahma@oss.qualcomm.com>
Wed, 13 Aug 2025 07:21:02 +0000 (12:51 +0530)
committerMike Rapoport (Microsoft) <rppt@kernel.org>
Wed, 13 Aug 2025 07:46:04 +0000 (10:46 +0300)
commitd045c3154080a04beb07726fa311b89d21608981
treefa5fb3fbd8ff7889f5fae296bb1dfed2a92f308f
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
mm/numa_memblks: Use pr_debug instead of printk(KERN_DEBUG)

Replace the direct usage of printk(KERN_DEBUG ...) with pr_debug(...) to
align with the consistent `pr_*` API usage within the file.

Reviewed-by: Joshua Hahn <joshua.hahnjy@gmail.com>
Signed-off-by: Pratyush Brahma <pratyush.brahma@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250813-numa-dbg-v3-1-1dcd1234fcc5@oss.qualcomm.com
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
mm/numa_memblks.c