diff options
author | Marek Vasut <marex@denx.de> | 2024-03-26 13:07:25 +0100 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2024-04-19 11:30:50 +0200 |
commit | b204c2a9ae7adc3dc65a51df2254d8abc7ae07a3 (patch) | |
tree | 96a292f43a720b0d998329863c9b521b6d6daa93 /arch/arm/mach-stm32mp/stm32mp1/psci.c | |
parent | d100c1abb778f408691f983c9bf34ed9b4869493 (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>
Diffstat (limited to 'arch/arm/mach-stm32mp/stm32mp1/psci.c')
0 files changed, 0 insertions, 0 deletions