[PATCH 2/2] ARM: mx5/mx53_evk: Remove unneeded gpio_set_value call
Fabio Estevam
fabio.estevam at freescale.com
Mon Mar 14 14:21:09 EDT 2011
gpio_direction_output has already set the port at low logical level, so it is not needed
to call gpio_set_value to set the port to 0 again.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
arch/arm/mach-mx5/board-mx53_evk.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-mx5/board-mx53_evk.c b/arch/arm/mach-mx5/board-mx53_evk.c
index 652e1e0..78abce6 100644
--- a/arch/arm/mach-mx5/board-mx53_evk.c
+++ b/arch/arm/mach-mx5/board-mx53_evk.c
@@ -90,7 +90,6 @@ static inline void mx53_evk_fec_reset(void)
return;
}
gpio_direction_output(SMD_FEC_PHY_RST, 0);
- gpio_set_value(SMD_FEC_PHY_RST, 0);
msleep(1);
gpio_set_value(SMD_FEC_PHY_RST, 1);
}
--
1.6.0.4
More information about the linux-arm-kernel
mailing list