aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wlcore/sdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/sdio.c')
-rw-r--r--drivers/net/wireless/ti/wlcore/sdio.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wlcore/sdio.c b/drivers/net/wireless/ti/wlcore/sdio.c
index bd10165d7eec..956fa7cec385 100644
--- a/drivers/net/wireless/ti/wlcore/sdio.c
+++ b/drivers/net/wireless/ti/wlcore/sdio.c
@@ -154,6 +154,8 @@ static int wl12xx_sdio_power_on(struct wl12xx_sdio_glue *glue)
struct sdio_func *func = dev_to_sdio_func(glue->dev);
struct mmc_card *card = func->card;
+ printk(KERN_WARNING "in wl12xx_sdio_power_on\n");
+
ret = pm_runtime_get_sync(&card->dev);
if (ret < 0) {
pm_runtime_put_noidle(&card->dev);
@@ -176,6 +178,8 @@ static int wl12xx_sdio_power_off(struct wl12xx_sdio_glue *glue)
struct mmc_card *card = func->card;
int error;
+ printk(KERN_WARNING "in wl12xx_sdio_power_off\n");
+
sdio_claim_host(func);
sdio_disable_func(func);
sdio_release_host(func);