Home
last modified time | relevance | path

Searched hist:"66 c8f75919dd8561046a24430297c546c487cad9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/pci/rme9652/
H A Dhdsp.cdiff 66c8f75919dd8561046a24430297c546c487cad9 Tue Jun 08 09:05:22 CDT 2021 Takashi Iwai <tiwai@suse.de> ALSA: hdsp: Fix assignment in if condition

PCI HDSP 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-49-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>