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

Commit c640e1cb authored by Tomas Cech's avatar Tomas Cech Committed by Russell King
Browse files

ARM: 5623/1: Treo680: ir shutdown typo fix



correct GPIO freed in treo680_irda_shutdown()

Signed-off-by: default avatarTomáš ?ech <sleep_walker@suse.cz>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 40e03b58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ static int treo680_irda_startup(struct device *dev)

static void treo680_irda_shutdown(struct device *dev)
{
	gpio_free(GPIO_NR_TREO680_AMP_EN);
	gpio_free(GPIO_NR_TREO680_IR_EN);
}

static struct pxaficp_platform_data treo680_ficp_info = {