commit | 45e0471d644024632612100a346e6623fa546340 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jun 08 16:04:44 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jun 09 17:29:45 2021 +0200 |
tree | 000f2c65ee467e5fec3aa54bc40130d695b8f4a1 | |
parent | 4b3bd108ab53142fe90e83db3c82b697968548d7 [diff] |
ALSA: es18xx: Fix assignment in if condition ISA ES18xx 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-11-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>