mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit
authorEran Matityahu <eran.m@variscite.com>
Wed, 13 Feb 2019 18:56:17 +0000 (20:56 +0200)
committerHeiko Schocher <hs@denx.de>
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 <eran.m@variscite.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
drivers/mtd/ubi/debug.h
fs/ubifs/debug.h