提交 c640e1cb 编写于 作者: T Tomas Cech 提交者: Russell King

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

correct GPIO freed in treo680_irda_shutdown()
Signed-off-by: NTomáš ?ech <sleep_walker@suse.cz>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册