commit | 520226e93e2620e027bde67a75025b3d61916a40 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jun 08 16:04:40 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jun 09 17:29:42 2021 +0200 |
tree | 7a4817b8b0c5157554ab329733d39b5919fed8f2 | |
parent | 5ab6d6601366f298dd787fd78c8b55e4a8af2bc8 [diff] |
ALSA: wavefront: Fix assignment in if condition ISA WaveFront driver code contains lots of assignments in if condition, which is a bad coding style that may confuse readers and occasionally lead to bugs. This patch is merely for coding-style fixes, no functional changes. Link: https://lore.kernel.org/r/20210608140540.17885-7-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>