Quoting Shradha Todi (2024-03-06 04:13:03) > > > > When clk_bulk_get_all() returns zero then we return success here. > > > > Yes, we are returning success in case there are no clocks as well. In case there > are no > clocks defined in the DT-node, then it is assumed that the driver does not need > any > clock manipulation for driver operation. So the intention here is to continue > without > throwing error. Maybe we shouldn't even return the clks to the caller. Do you have any use for the clk pointers?