diff options
| author | YueHaibing <[email protected]> | 2019-06-01 04:12:14 +0000 |
|---|---|---|
| committer | Takashi Iwai <[email protected]> | 2019-06-11 11:35:04 +0200 |
| commit | d670d44582841cdd17a6d73f6d57027f14b31302 (patch) | |
| tree | cb74e2e159871a0c50691346999c25e597e53a28 /tools/perf/scripts/python | |
| parent | e046b64b1547e2dc1ac27e0a5ac57e55213e16f1 (diff) | |
ALSA: lx6464es - Remove set but not used variables 'orun_mask, urun_mask'
Fixes gcc '-Wunused-but-set-variable' warning:
sound/pci/lx6464es/lx_core.c: In function 'lx_interrupt_handle_async_events':
sound/pci/lx6464es/lx_core.c:990:6: warning:
variable 'urun_mask' set but not used [-Wunused-but-set-variable]
sound/pci/lx6464es/lx_core.c:989:6: warning:
variable 'orun_mask' set but not used [-Wunused-but-set-variable]
They are never used, so can be removed.
Signed-off-by: YueHaibing <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions