summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2024-03-26 13:07:25 +0100
committerPatrice Chotard <[email protected]>2024-04-19 11:30:50 +0200
commitb204c2a9ae7adc3dc65a51df2254d8abc7ae07a3 (patch)
tree96a292f43a720b0d998329863c9b521b6d6daa93 /include/linux
parentd100c1abb778f408691f983c9bf34ed9b4869493 (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 <[email protected]> Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Christophe ROULLIER <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions