mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-01 12:22:23 +00:00
ar71xx: dev-eth: replace mdelay calls
Similar to patch 2. Replace further mdelay calls. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> SVN-Revision: 43540
This commit is contained in:
parent
59e7999a44
commit
3572657c5a
@ -1113,10 +1113,10 @@ void __init ath79_register_eth(unsigned int id)
|
||||
|
||||
/* Reset the device */
|
||||
ath79_device_reset_set(pdata->reset_bit);
|
||||
mdelay(100);
|
||||
msleep(100);
|
||||
|
||||
ath79_device_reset_clear(pdata->reset_bit);
|
||||
mdelay(100);
|
||||
msleep(100);
|
||||
|
||||
platform_device_register(pdev);
|
||||
ath79_eth_instance++;
|
||||
|
Loading…
Reference in New Issue
Block a user