Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b00126c authored by Markus Elfring's avatar Markus Elfring Committed by Mark Brown
Browse files

ASoC: Intel: Skylake: Delete an unnecessary check before the function call "release_firmware"



The release_firmware() function tests whether its argument is NULL and then
returns immediately. Thus the test around the call is not needed.

This issue was detected by using the Coccinelle software.

Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 96bd6033
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -781,7 +781,6 @@ static void skl_remove(struct pci_dev *pci)
	struct hdac_ext_bus *ebus = pci_get_drvdata(pci);
	struct skl *skl = ebus_to_skl(ebus);

	if (skl->tplg)
	release_firmware(skl->tplg);

	if (pci_dev_run_wake(pci))