diff options
author | Andy Green <andy.green@linaro.org> | 2011-05-03 02:46:13 +0800 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2011-05-03 02:46:13 +0800 |
commit | 84cd978596e1794ba798364ca233531905273673 (patch) | |
tree | 0e30f21b8f9edb7f54d274bf8021bbee3e26c92c | |
parent | 4f93425e70de647faf4bf2b6190e91dcac9d4b3c (diff) |
wl12xx remove extra power restore hostu3
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r-- | drivers/net/wireless/wl12xx/sdio.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/wl12xx/sdio.c b/drivers/net/wireless/wl12xx/sdio.c index a29cbed0000..003ab03842b 100644 --- a/drivers/net/wireless/wl12xx/sdio.c +++ b/drivers/net/wireless/wl12xx/sdio.c @@ -160,11 +160,6 @@ static int wl1271_sdio_power_on(struct wl1271 *wl) struct sdio_func *func = wl_to_func(wl); int ret; - /* - * defeat the runtime_idle OFF state - */ - mmc_power_restore_host(func->card->host); - /* Power up the card */ ret = pm_runtime_get_sync(&func->dev); if (ret < 0) |