On 07/26, Peter De Schrijver wrote:
> On Tue, Jul 25, 2017 at 05:32:08PM -0700, Stephen Boyd wrote:
> > On 07/25, Peter De Schrijver wrote:
> > > From: Alex Frid <[email protected]>
> > > 
> > > Add a check for error returned by divider value calculation to avoid
> > > writing error code into hw register.
> > > 
> > > Signed-off-by: Alex Frid <[email protected]>
> > > Reviewed-by: Peter De Schrijver <[email protected]>
> > > Reviewed-by: Jon Mayo <[email protected]>
> > > ---
> > 
> > Fixes: bca9690b9426 ("clk: divider: Make generic for usage elsewhere")
> > 
> > perhaps?
> > 
> > Also, curious how this got triggered? Presumably round_rate would
> > have failed before a set_rate call with something invalid came
> > through so that's why nobody has reported anything so far.
> > 
> 
> I don't really know. Aleks do you remember?
> 

Still wondering.

> >     if ((s32)value < 0)
> > 
> > to see if there was an error. Sort of annoying that we've limited
> > the available space of divider_get_val() by combining the value
> > with the error code number space. We may want to not do that in
> > case people have huge dividers.
> > 
> 
> Yes. It would have been better to return the divider in a separate variable.
> There seem to be few users though, only 6.

Patches welcome.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

Reply via email to