summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:24:07 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-10-24 21:24:07 -0600
commit1752fe965f811c103a630a67f0cbd42fd4a3b038 (patch)
tree3f3e7d0db24b1a5894e17a5894c492d784c6d142 /arch
parent1d4f346ec0b3f9b5f7162ced495b40e82f7a08f0 (diff)
USB: Remove extra call to gpio_usbotg_hs_active().
USB: Remove extra call to gpio_usbotg_hs_active(). The pins have already been grabbed by now, and this redundant call prints needless debug cruft on the console. Applies to linux 2.6.22 kernel for MX platforms. http://www.bitshrine.org/gpp/linux-2.6.22-mx-USB-Remove-extra-call-to-gpio_usbotg_hs_ac.patch
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/plat-mxc/isp1504xc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-mxc/isp1504xc.c b/arch/arm/plat-mxc/isp1504xc.c
index bd975824aee4..596d0156effb 100644
--- a/arch/arm/plat-mxc/isp1504xc.c
+++ b/arch/arm/plat-mxc/isp1504xc.c
@@ -123,8 +123,6 @@ extern int gpio_usbotg_hs_active(void);
static void isp1508_fix(u32 * view)
{
- gpio_usbotg_hs_active();
-
/* Set bits IND_PASS_THRU and IND_COMPL */
isp1504_set(0x60, ISP1504_ITFCTL, view);