projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beecdee
)
ar71xx: dev-eth: replace mdelay calls
author
John Crispin
<blogic@openwrt.org>
Sun, 7 Dec 2014 16:53:15 +0000
(16:53 +0000)
committer
John Crispin
<blogic@openwrt.org>
Sun, 7 Dec 2014 16:53:15 +0000
(16:53 +0000)
Similar to patch 2. Replace further mdelay calls.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43540
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
b/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
index
f106e22
..
c6842aa
100644
(file)
--- a/
target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
+++ b/
target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
@@
-1113,10
+1113,10
@@
void __init ath79_register_eth(unsigned int id)
/* Reset the device */
ath79_device_reset_set(pdata->reset_bit);
- m
delay
(100);
+ m
sleep
(100);
ath79_device_reset_clear(pdata->reset_bit);
- m
delay
(100);
+ m
sleep
(100);
platform_device_register(pdev);
ath79_eth_instance++;