commit | 115c45565385e655ddcf861e631b0b8bba56a988 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jun 08 16:04:47 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jun 09 17:29:47 2021 +0200 |
tree | 39939661b916f89d166df9e6e03dd2b3de0bd237 | |
parent | ce29edbd26fdde4638ff301927159a9afbac4c6d [diff] |
ALSA: azt2320: Fix assignment in if condition ISA AZT2320 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-14-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>