30 Oct
2013
30 Oct
'13
5:48 p.m.
On Wed, Oct 30, 2013 at 08:35:05AM +0100, Takashi Iwai wrote:
int i = get_coeff(priv->mclk, params_rate(hw_params));
- if (i < 0)
return -EINVAL;
This is ignoring the supplied error code, I'd expect to see the error code being passed back (and fixed at the point where it's injected if it's just returning -1 or something).