commit | 2573c85a273c2b36564c6da5ad60d368075b3ca6 | [log] [tgz] |
---|---|---|
author | Eran Matityahu <eran.m@variscite.com> | Wed Feb 13 20:56:17 2019 +0200 |
committer | Heiko Schocher <hs@denx.de> | Tue Apr 09 07:46:42 2019 +0200 |
tree | 1203db3eefbfa8b841972db0315d6e08f0cea209 | |
parent | a59fb30af4b2c293d47e4ca6d21ade6fd9a70a38 [diff] |
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>