commit | b14101cc83258764d1340910a1e67579ae03c350 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue Mar 26 13:07:25 2024 +0100 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Fri Apr 19 11:30:50 2024 +0200 |
tree | 96a292f43a720b0d998329863c9b521b6d6daa93 | |
parent | 7595bfcff25b6f6b105e705832d8f37fe2fa1a69 [diff] |
net: dwc_eth_qos: Scrub ifdeffery Replace ifdef CONFIG_CLK with if (CONFIG_IS_ENABLED(CLK)) to improve code build coverage. Some of the functions printed debug("%s: OK\n", __func__); on exit with and without CLK enabled, some did not, make it consistent and print nothing if CLK is disabled. Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Christophe ROULLIER <christophe.roullier@foss.st.com>