]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda: cs35l56: Remove unnecessary NULL check before release_firmware()
authorChen Ni <nichen@iscas.ac.cn>
Tue, 25 Mar 2025 08:46:39 +0000 (16:46 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 25 Mar 2025 10:54:37 +0000 (11:54 +0100)
commit09e269f550f548a1249ba5282747fe67ba177608
treeb1970e7d9c89da63953907454ff313999abfe3d0
parentbe8cd366beb80c709adbc7688ee72750f5aee3ff
ALSA: hda: cs35l56: Remove unnecessary NULL check before release_firmware()

release_firmware() checks for NULL pointers internally.
Remove unneeded NULL check for fmw here.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://patch.msgid.link/20250325084639.801054-1-nichen@iscas.ac.cn
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/cs35l56_hda.c