]> Git Repo - u-boot.git/commit
mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit
authorEran Matityahu <[email protected]>
Wed, 13 Feb 2019 18:56:17 +0000 (20:56 +0200)
committerHeiko Schocher <[email protected]>
Tue, 9 Apr 2019 05:46:42 +0000 (07:46 +0200)
commit734b080e78805edbb3430a52c8c5b1aeee02bd9f
tree1203db3eefbfa8b841972db0315d6e08f0cea209
parent66e78fc196f59a9cd2688effa4d4d2eea32b0ed5
mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit

Before printk.h was introduced and MTDDEBUG was removed,
pr_crit() was calling MTDDEBUG(), which was since then
replaced by the current pr_debug().

pr_debug is more appropriate here.

Signed-off-by: Eran Matityahu <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
drivers/mtd/ubi/debug.h
fs/ubifs/debug.h
This page took 0.027955 seconds and 4 git commands to generate.