commit | 59c39cd300ffb61f97188d0d75ca24a94775bade | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jun 08 16:05:10 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jun 09 17:30:05 2021 +0200 |
tree | 0f2d765da1130e4fa19907bbee8b69319a99d8b6 | |
parent | c2b0718f7836b340277eff6f908dbd559ee1a36e [diff] |
ALSA: ca0106: Fix assignment in if condition PCI CA0106 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-37-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>