commit | 8690ce9f25cab0396dfd5b076dd072f774b341eb | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Fri Jul 30 12:13:11 2021 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sun Aug 08 11:27:27 2021 -0600 |
tree | 8bb69dfc8bc7bbfbd047cb8cb5edb79ecace6a46 | |
parent | 913b0673be4ca2d5e291fb7a2c48aa5c4a7d7550 [diff] |
dm: migrate the dm_warn to use the log macro Migrate the dm_warn function to log macro with LOGC_DM category and LOGL_WARNING level. This macro allows filtering with log command and allows output on all log backend. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Simon Glass <sjg@chromium.org>