commit | afb342f02241a9877479bae47fd9d2df9682bd76 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jun 08 16:05:07 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jun 09 17:30:01 2021 +0200 |
tree | aa4582345c6ddebfd9e386682123fbaf887fbd25 | |
parent | 055e20c3be3f2847fbe9af37c63bceb6fae58791 [diff] |
ALSA: via82xx: Fix assignment in if condition PCI VIA82xx driver code contains a few 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-34-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>