]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit43b314d3d1cf73f121a7fafbf9446bce12272bf6
tree1203db3eefbfa8b841972db0315d6e08f0cea209
parent5b9f2899a7b610d23c4fadf4d879a7fb556a267e
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