Skip to content

Commit

Permalink
ARM: 5623/1: Treo680: ir shutdown typo fix
Browse files Browse the repository at this point in the history
correct GPIO freed in treo680_irda_shutdown()

Signed-off-by: Tomáš ?ech <sleep_walker@suse.cz>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Tomas Cech authored and Russell King committed Jul 27, 2009
1 parent 40e03b5 commit c640e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-pxa/treo680.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit c640e1c

Please sign in to comment.