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

Commit 5b52f142 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio-lnx: soc: pinctrl-lpi: fix rmmod issues"

parents 75de9ef7 921b95f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -622,6 +622,7 @@ static int lpi_pinctrl_remove(struct platform_device *pdev)
{
{
	struct lpi_gpio_state *state = platform_get_drvdata(pdev);
	struct lpi_gpio_state *state = platform_get_drvdata(pdev);


	audio_notifier_deregister("lpi_tlmm");
	gpiochip_remove(&state->chip);
	gpiochip_remove(&state->chip);
	return 0;
	return 0;
}
}