]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: seq: Drop superfluous filter argument of get_event_dest_client()
authorTakashi Iwai <tiwai@suse.de>
Mon, 19 Aug 2024 08:47:49 +0000 (10:47 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 19 Aug 2024 08:48:30 +0000 (10:48 +0200)
commit3531df81dca2f42accbc11821c5fa28e4104efd5
treef41a95d40d3155c8786b0e065a68bff232a52e71
parent32108c22ac619c32dd6db594319e259b63bfb387
ALSA: seq: Drop superfluous filter argument of get_event_dest_client()

All callers of get_event_dest_clienter() pass 0 to the filter
argument, and it means that the check there is utterly redundant.

Drop the superfluous filter argument and its check as a code cleanup.

Link: https://patch.msgid.link/20240819084757.11902-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_clientmgr.c