]> git.baikalelectronics.ru Git - uboot.git/commit
phy: stm32-usbphyc: migrate trace to dev and log macro
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 6 Nov 2020 18:01:51 +0000 (19:01 +0100)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Wed, 13 Jan 2021 08:52:58 +0000 (09:52 +0100)
commit23d4c9cab815203a19b4599730c2326b142f1e63
treed9f53dbbf3532190ee9970837aba5f49b09a5d35
parenta59b5e7154f7a1c00286f07612e46dd5c6279606
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>
drivers/phy/phy-stm32-usbphyc.c