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

Commit 3790f205 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: Add missing gpio_free(S3C64XX_GPK(12)) in smartq_exit()

parent b6a11f49
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -274,6 +274,7 @@ err_unregister_device:

static void __exit smartq_exit(void)
{
	gpio_free(S3C64XX_GPK(12));
	snd_soc_jack_free_gpios(&smartq_jack, ARRAY_SIZE(smartq_jack_gpios),
				smartq_jack_gpios);