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

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
......@@ -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 = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment