Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278025
b: refs/heads/master
c: 1738085
h: refs/heads/master
i:
  278023: 168d7aa
v: v3
  • Loading branch information
Sam Leffler authored and Kalle Valo committed Nov 11, 2011
1 parent 54c151d commit 881d3a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: bef26a7fcaa228c8bc591d975b4b0a2b76fcdecf
refs/heads/master: 17380859a8fae40f7420d8fcc4be7a041a370659
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath/ath6kl/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -724,12 +724,13 @@ static int ath6kl_sdio_suspend(struct ath6kl *ar)

flags = sdio_get_host_pm_caps(func);

if (!(flags & MMC_PM_KEEP_POWER))
if (!(flags & MMC_PM_KEEP_POWER)) {
/* as host doesn't support keep power we need to bail out */
ath6kl_dbg(ATH6KL_DBG_SDIO,
"func %d doesn't support MMC_PM_KEEP_POWER\n",
func->num);
return -EINVAL;
}

ret = sdio_set_host_pm_flags(func, MMC_PM_KEEP_POWER);
if (ret) {
Expand Down

0 comments on commit 881d3a1

Please sign in to comment.