]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda: tas2781-i2c: Remove unnecessary NULL check before release_firmware()
authorChen Ni <nichen@iscas.ac.cn>
Tue, 25 Mar 2025 08:49:39 +0000 (16:49 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 25 Mar 2025 10:54:44 +0000 (11:54 +0100)
commit3a949fc08103c0ce3a1d0ef30459c7b3acc6a214
tree626f13dbe66f59997d9a5a25595e79e7288ffd1f
parent09e269f550f548a1249ba5282747fe67ba177608
ALSA: hda: tas2781-i2c: 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/20250325084939.801117-1-nichen@iscas.ac.cn
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/tas2781_hda_i2c.c