commit | d182ee5f2e8c3313ebbcce1df4a72b0f2972cd12 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Fri Nov 06 19:01:51 2020 +0100 |
committer | Patrick Delaunay <patrick.delaunay@foss.st.com> | Wed Jan 13 09:52:58 2021 +0100 |
tree | d9f53dbbf3532190ee9970837aba5f49b09a5d35 | |
parent | 6f600e366bcc4eaa30feac58ab9512a8b8b80a82 [diff] |
phy: stm32-usbphyc: migrate trace to dev and log macro Change pr_debug to log_debug or dev_dbg macro and define LOG_CATEGORY. Remove the "%s:" __func__ header as it is managed by dev macro (dev->name is displayed) or log macro (CONFIG_LOGF_FUNC). Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>