commit | 3e38150bf238bba285c802f074b98921b2878b1e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jun 08 16:04:45 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jun 09 17:29:46 2021 +0200 |
tree | e68755a89f001a4a9313ecf88627fb01a7621834 | |
parent | 45e0471d644024632612100a346e6623fa546340 [diff] |
ALSA: cmi8330: Fix assignment in if condition ISA CMI8330 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-12-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>