commit | 3635f862b509ea6275e8e5ebb8ab22b4872c28a0 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jun 08 16:05:16 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jun 09 17:30:14 2021 +0200 |
tree | 23f9030be8c45aa4562aa8af889d36caea4eccb3 | |
parent | 9031f93851bc47bf34546b8f2b2ca2556d0573f2 [diff] |
ALSA: ice1712: Fix assignment in if condition PCI ICE1712 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-43-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>