ARM: 5623/1: Treo680: ir shutdown typo fix
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>
This commit is contained in:
@@ -409,7 +409,7 @@ err1:
|
|||||||
|
|
||||||
static void treo680_irda_shutdown(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 = {
|
static struct pxaficp_platform_data treo680_ficp_info = {
|
||||||
|
Reference in New Issue
Block a user