mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-18 17:12:07 +00:00
While rewriting the code from sockptr_t to iov_iter during the
development, I forgot to replace one place in emu8000-pcm code. As
it's in the disabled area (with ifdef), it's never built and
overlooked. Replace with the proper argument NULL.
Fixes:
|
||
|---|---|---|
| .. | ||
| emu8000_callback.c | ||
| emu8000_local.h | ||
| emu8000_patch.c | ||
| emu8000_pcm.c | ||
| emu8000_synth.c | ||
| emu8000.c | ||
| jazz16.c | ||
| Makefile | ||
| sb8_main.c | ||
| sb8_midi.c | ||
| sb8.c | ||
| sb16_csp.c | ||
| sb16_main.c | ||
| sb16.c | ||
| sb_common.c | ||
| sb_mixer.c | ||
| sbawe.c | ||