Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158819
b: refs/heads/master
c: 05fac68
h: refs/heads/master
i:
  158817: 4303b00
  158815: d3dc903
v: v3
  • Loading branch information
Kalle Valo authored and John W. Linville committed Jul 10, 2009
1 parent 89dab5d commit 426bca2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 80301cdcfe44e3533175be23d7d52a9fc8c3fdb0
refs/heads/master: 05fac682c2ca0c572d1bd8e6a38025838ddf0e68
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/wl12xx/wl1251_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,8 @@ static void wl1251_fw_wakeup(struct wl1251 *wl)
wl1251_write32(wl, HW_ACCESS_ELP_CTRL_REG_ADDR, elp_reg);
elp_reg = wl1251_read32(wl, HW_ACCESS_ELP_CTRL_REG_ADDR);

if (!(elp_reg & ELPCTRL_WLAN_READY)) {
if (!(elp_reg & ELPCTRL_WLAN_READY))
wl1251_warning("WLAN not ready");
}
}

static int wl1251_chip_wakeup(struct wl1251 *wl)
Expand Down

0 comments on commit 426bca2

Please sign in to comment.