[PATCH 2/2] ARM: EXYNOS: Remove superfluous udelay

Lukasz Majewski l.majewski at samsung.com
Wed May 16 06:25:21 EDT 2012


This udelay is not needed in the USB device PHY control code.

Signed-off-by: Lukasz Majewski <l.majewski at samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
---
 arch/arm/mach-exynos/setup-usb-phy.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-exynos/setup-usb-phy.c b/arch/arm/mach-exynos/setup-usb-phy.c
index 403923b..1af0a7f 100644
--- a/arch/arm/mach-exynos/setup-usb-phy.c
+++ b/arch/arm/mach-exynos/setup-usb-phy.c
@@ -73,7 +73,6 @@ static int exynos4210_usb_phy0_init(struct platform_device *pdev)
 
 	rstcon &= ~PHY0_SWRST_MASK;
 	writel(rstcon, EXYNOS4_RSTCON);
-	udelay(80);
 
 	return 0;
 }
-- 
1.7.2.3




More information about the linux-arm-kernel mailing list