commit | 5e150243518e521643e24a2fff797146284f9848 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@kernel.org> | Wed May 15 15:20:08 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 07 14:07:23 2024 -0600 |
tree | 6880f6a3a9a496cc4b5d4e7a1438848a0377e16a | |
parent | 3804790466c8b6911fc1bfe4aaa19cd290062b69 [diff] |
memory: ti-gpmc: use printf to dump settings/timings pr_info() depends on CONFIG_LOGLEVEL > 6. If user has enabled CONFIG_TI_GPMC_DEBUG then we should print the GPMC settings/timings regardless of CONFIG_LOGLEVEL. So use printf() instead of pr_info(). Signed-off-by: Roger Quadros <rogerq@kernel.org>