commit | 67b328e5e9a51a2a686386f2e035c3ca80ddfb3c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Feb 26 14:31:23 2025 -0600 |
committer | Kever Yang <kever.yang@rock-chips.com> | Fri Feb 28 19:14:35 2025 +0800 |
tree | f9a4b69dac0878687e39f7bdd6d9f75b02f4c7ab | |
parent | 831c98990b2a2d150cc614ec74fea13f492f58ea [diff] |
clk: rockchip: Correct usage of IS_ENABLED() macro These two files were using IS_ENABLED() to test for CONFIG flags but omitted the CONFIG_ prefix and so did not work as expected. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>