Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171011
b: refs/heads/master
c: f96cca8
h: refs/heads/master
i:
  171009: 5bd5af5
  171007: 305b286
v: v3
  • Loading branch information
Samuel Ortiz authored and John W. Linville committed Oct 27, 2009
1 parent c30b57f commit 1e62e41
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 88e6195a911bce85adcc14e8377aa619e8054ab2
refs/heads/master: f96cca8483c1b0bcc8002dc466159bf8fd53ca47
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/iwmc3200wifi/sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ static int if_sdio_disable(struct iwm_priv *iwm)
struct iwm_sdio_priv *hw = iwm_to_if_sdio(iwm);
int ret;

iwm_reset(iwm);

sdio_claim_host(hw->func);
sdio_writeb(hw->func, 0, IWM_SDIO_INTR_ENABLE_ADDR, &ret);
if (ret < 0)
Expand All @@ -237,6 +235,8 @@ static int if_sdio_disable(struct iwm_priv *iwm)

iwm_sdio_rx_free(hw);

iwm_reset(iwm);

IWM_DBG_SDIO(iwm, INFO, "IWM SDIO disable\n");

return 0;
Expand Down

0 comments on commit 1e62e41

Please sign in to comment.