Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263540
b: refs/heads/master
c: a15f1c4
h: refs/heads/master
v: v3
  • Loading branch information
Ido Yariv authored and John W. Linville committed Aug 23, 2011
1 parent f0f5267 commit e2ae89b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 80900d0140a7648587982c8f299830e900e49165
refs/heads/master: a15f1c45f393982196c981a8df8b534cc9f3bb80
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/wl12xx/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static int wl1271_sdio_power_on(struct wl1271 *wl)
/* If enabled, tell runtime PM not to power off the card */
if (pm_runtime_enabled(&func->dev)) {
ret = pm_runtime_get_sync(&func->dev);
if (ret)
if (ret < 0)
goto out;
} else {
/* Runtime PM is disabled: power up the card manually */
Expand Down

0 comments on commit e2ae89b

Please sign in to comment.