commit | 310efd3aabf2305737b3de2dbdc544d5725e3a52 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jun 08 16:04:38 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jun 09 17:29:39 2021 +0200 |
tree | 5a422068ac360a2b45d8e29b20583b58b04b1733 | |
parent | c305366a37441c2ac90b08711cb6f032b43672f2 [diff] |
ALSA: gus: Fix assignment in if condition ISA GUS 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-5-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>