diff options
author | Pierre-Louis Bossart <[email protected]> | 2020-07-02 14:36:01 -0500 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2020-07-07 12:12:38 +0200 |
commit | 86a5d9cfbb846414f2fb81a0bb7dbed5b436e2a9 (patch) | |
tree | 3caf5111abc5b257d32d3ce49370ccdadf1f3b23 /lib/mpi/mpi-mod.c | |
parent | af8c5dffc95b60247467b531072b1a11b324938b (diff) |
ALSA: pci/via82xx: remove 'set but not used' warnings
Fix W=1 warnings. Mark variables as __always_unused.
sound/pci/via82xx.c: In function ‘snd_via82xx_codec_wait’:
sound/pci/via82xx.c:547:6: warning: variable ‘err’ set but not used
[-Wunused-but-set-variable]
547 | int err;
| ^~~
sound/pci/via82xx_modem.c: In function ‘snd_via82xx_codec_wait’:
sound/pci/via82xx_modem.c:401:6: warning: variable ‘err’ set but not
used [-Wunused-but-set-variable]
401 | int err;
| ^~~
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mod.c')
0 files changed, 0 insertions, 0 deletions