On 2/16/25 19:58, Anand Moon wrote:
Remove unnecessary IS_ERR() checks for the clk_sec clock, the clk_enable() and clk_disable() functions can handle NULL clock pointers, so the additional checks are redundant and have been removed to simplify the code.
This patch looks sane, just rework the 'goto' stuff in the exynos_tmu_probe() maybe in the patch 1/4 so won't be needed here.