Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314748
b: refs/heads/master
c: ce77903
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Jun 20, 2012
1 parent 7df3724 commit 1a757e3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d987dd137bac8dca9b0015763d3106f48bb8a596
refs/heads/master: ce77903c915ba05668ecffabd0e20bc2a61c2b3a
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,8 +911,10 @@ static void iwl_ucode_callback(const struct firmware *ucode_raw, void *context)
const struct iwl_op_mode_ops *ops = op->ops;
drv->op_mode = ops->start(drv->trans, drv->cfg, &drv->fw);

if (!drv->op_mode)
if (!drv->op_mode) {
mutex_unlock(&iwlwifi_opmode_table_mtx);
goto out_unbind;
}
} else {
load_module = true;
}
Expand Down

0 comments on commit 1a757e3

Please sign in to comment.