commit | c2b0718f7836b340277eff6f908dbd559ee1a36e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jun 08 16:05:09 2021 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jun 09 17:30:03 2021 +0200 |
tree | d5d5beacf6d9f6c22760753dbaeffb438ef40df3 | |
parent | e66fd36264bdffd54a4dc25e42c8f81a4cebb3aa [diff] |
ALSA: au88x0: Fix assignment in if condition PCI AU88x0 driver code contains a lot 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. A potential real fix is about the PCI AGP bridge management refcount in addition while spotted out during conversions. Link: https://lore.kernel.org/r/20210608140540.17885-36-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>