On Thu, Sep 19, 2024 at 03:16:52PM +0000, Ricardo Rivera-Matos wrote: > Changes cs35l45_get_clk_freq_id() function data type from unsigned int > to int. This function is returns a positive index value if successful > or a negative error code if unsuccessful. > > Functionally there should be no difference as long as the unsigned int > return is interpreted as an int, however it should be corrected for > readability. > > Signed-off-by: Ricardo Rivera-Matos <rriveram@xxxxxxxxxxxxxxxxxxxxx> > --- Reviewed-by: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx> Thanks, Charles