From d8c6425da5aa479302f8339b5c9a3d90a80c4358 Mon Sep 17 00:00:00 2001 From: Tanmay Upadhyay Date: Thu, 14 Jul 2011 15:07:16 +0530 Subject: [PATCH] --- yaml --- r: 262827 b: refs/heads/master c: 4c22ea8f449ce837dd84965badca8e10f1f4094f h: refs/heads/master i: 262825: 36ee1f75a5c6a160dfb8b3b8ea95eeedda820c1a 262823: 4a97d4e6bb18b0f6e56dd847644f196c783a256f v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-mmp/gplugd.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ebe98fba322b..80fbda5dcd48 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3647a40f3677bc76f85d25bfe56f096e2a44d899 +refs/heads/master: 4c22ea8f449ce837dd84965badca8e10f1f4094f diff --git a/trunk/arch/arm/mach-mmp/gplugd.c b/trunk/arch/arm/mach-mmp/gplugd.c index 0770e51baea0..98e25d9aaab6 100644 --- a/trunk/arch/arm/mach-mmp/gplugd.c +++ b/trunk/arch/arm/mach-mmp/gplugd.c @@ -162,7 +162,7 @@ static void __init select_disp_freq(void) "frequency\n"); } else { gpio_direction_output(35, 1); - gpio_free(104); + gpio_free(35); } if (unlikely(gpio_request(85, "DISP_FREQ_SEL_2"))) { @@ -170,7 +170,7 @@ static void __init select_disp_freq(void) "frequency\n"); } else { gpio_direction_output(85, 0); - gpio_free(104); + gpio_free(85); } }