commit | 4f836fb324ba500ecabdba4146c3ca9e1600cdf5 | [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 | 25a1fcee342a573232a965e98cf02e7fd2c3ab54 [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>