Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278719
b: refs/heads/master
c: b693289
h: refs/heads/master
i:
  278717: e0db778
  278715: 8eebf58
  278711: c591a4a
  278703: c426264
  278687: 3e89450
  278655: 3a79236
v: v3
  • Loading branch information
Eyal Shapira authored and Luciano Coelho committed Nov 8, 2011
1 parent 1f83272 commit 5beb26c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c31e494689128203ef04fb946f05a72d33eee948
refs/heads/master: b693289406f0b8ca70ab77e745be6196d5740eb0
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ static int wl1271_suspend(struct device *dev)
/* Tell MMC/SDIO core it's OK to power down the card
* (if it isn't already), but not to remove it completely */
struct sdio_func *func = dev_to_sdio_func(dev);
struct wl1271 *wl = sdio_get_drvdata(func);
struct wl12xx_sdio_glue *glue = sdio_get_drvdata(func);
struct wl1271 *wl = platform_get_drvdata(glue->core);
mmc_pm_flag_t sdio_flags;
int ret = 0;

Expand Down Expand Up @@ -324,7 +325,8 @@ static int wl1271_suspend(struct device *dev)
static int wl1271_resume(struct device *dev)
{
struct sdio_func *func = dev_to_sdio_func(dev);
struct wl1271 *wl = sdio_get_drvdata(func);
struct wl12xx_sdio_glue *glue = sdio_get_drvdata(func);
struct wl1271 *wl = platform_get_drvdata(glue->core);

dev_dbg(dev, "wl1271 resume\n");
if (wl->wow_enabled) {
Expand Down

0 comments on commit 5beb26c

Please sign in to comment.