]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: usb: fcp: Fix return code from poll ops
authorTakashi Iwai <tiwai@suse.de>
Tue, 21 Jan 2025 17:00:31 +0000 (18:00 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 21 Jan 2025 17:01:55 +0000 (18:01 +0100)
commit0a8f5f4652ef4d530a7cb8bed2b6e502cdfa825f
treeb9fc06b2b4197ccd7302a0547c46bccb0949c779
parentf08cc80f69be62beb7a63cd4813c7989c8708831
ALSA: usb: fcp: Fix return code from poll ops

Fix a sparse warning due to the invalid return type from poll ops,
which is __poll_t.

Fixes: 46757a3e7d50 ("ALSA: FCP: Add Focusrite Control Protocol driver")
Link: https://patch.msgid.link/20250121170032.7236-4-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/fcp.c