]> Git Repo - linux.git/commit - sound/pci/fm801.c
ALSA: fm801: Fix assignment in if condition
authorTakashi Iwai <[email protected]>
Tue, 8 Jun 2021 14:05:01 +0000 (16:05 +0200)
committerTakashi Iwai <[email protected]>
Wed, 9 Jun 2021 15:29:57 +0000 (17:29 +0200)
commit68f441abd45265d7708f61230f7dbab603e204fb
treed46f33f996c338b570fa06897184446593f16afc
parent48cab474d828568a034acc9281d91b792805a0b8
ALSA: fm801: Fix assignment in if condition

PCI FM801 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/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
sound/pci/fm801.c
This page took 0.046505 seconds and 4 git commands to generate.