]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: dwc_eth_qos: Use consistent logging prints
authorMarek Vasut <marex@denx.de>
Tue, 26 Mar 2024 12:07:28 +0000 (13:07 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 19 Apr 2024 09:30:50 +0000 (11:30 +0200)
commit2e8f75be62bafb7113a4135c278a681c066d8e5a
tree1c5542be53f20798685976d8d7fcdf6c2c8ae7b8
parenta810aa8da792d2af56c36e70afd9d451cf21fb2d
net: dwc_eth_qos: Use consistent logging prints

Use dev_*() only to print all the logs from this glue code,
instead of mixing dev_*(), log_*(), pr_*() all in one code.

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Marek Vasut <marex@denx.de>
drivers/net/dwc_eth_qos_stm32.c