16 Apr
2008
16 Apr
'08
1:53 p.m.
2008/4/16, Takashi Iwai tiwai@suse.de:
Thanks, that works. But, I get checkpatch errors:
ERROR: do not use assignment in if condition #116: FILE: ppc/awacs.c:704:
if ((err = snd_ctl_add(chip->card,
ERROR: do not use assignment in if condition #171: FILE: ppc/awacs.c:982:
if ((err = build_mixers(chip,
ERROR: do not use assignment in if condition #191: FILE: ppc/awacs.c:999:
if ((err = build_mixers(chip,
Please fix?
I can do that but it will make the code much clumsier. Actually, I think this is checkpatch misunderstanding something. There is a '< 0' at the end of those conditions. Is it really this kind of assingment they want to forbid? This is the style there has been all the time.
Risto