]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: spi: Drop NULL check for snd_ctl_remove()
authorTakashi Iwai <tiwai@suse.de>
Mon, 17 Jun 2024 10:05:27 +0000 (12:05 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 18 Jun 2024 10:54:34 +0000 (12:54 +0200)
commitf900a055f8e279a0f572f54f57b967a99aa7a465
treeb7102f584591a040950cad82993adefaac4386cc
parent9d67a4006f7219577c5c4502d43892feb8773aa6
ALSA: spi: Drop NULL check for snd_ctl_remove()

Since snd_ctl_remove() accepts the NULL kcontrol argument now, we can
drop the check in the caller side.

Link: https://lore.kernel.org/20240617100529.6667-6-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/spi/at73c213.c