]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: dwc_eth_qos: Move log_debug statements on top of case block
authorMarek Vasut <marex@denx.de>
Tue, 26 Mar 2024 12:07:27 +0000 (13:07 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 19 Apr 2024 09:30:50 +0000 (11:30 +0200)
commita810aa8da792d2af56c36e70afd9d451cf21fb2d
tree7f5167a9b432cbff5db9a812c518dd743a1013ca
parent416592e26506f7ff44922b0547b297f5f7e52ad3
net: dwc_eth_qos: Move log_debug statements on top of case block

Move the log_debug() calls on top of the bit manipulation code.
No functional change.

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