[alsa-devel] [PATCH 2/8] ASoC: arizona: Tidy up SYNCCLK selection and cache values
Charles Keepax
ckeepax at opensource.wolfsonmicro.com
Wed Feb 20 17:53:05 CET 2013
On Wed, Feb 20, 2013 at 04:31:06PM +0000, Mark Brown wrote:
> On Wed, Feb 20, 2013 at 04:09:33PM +0000, Charles Keepax wrote:
>
> > + if (fll->ref_src < 0 || fll->ref_src == source) {
>
> > + } else if (fll->ref_src != source) {
>
> > + }
>
> This appears to be missing a final error checking case...
Apologies that else if is completely redundant and should just
be an if. I will fix and resend.
Charles
More information about the Alsa-devel
mailing list