Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255796
b: refs/heads/master
c: 807caf2
h: refs/heads/master
v: v3
  • Loading branch information
Emmanuel Grumbach authored and Wey-Yi Guy committed Jun 18, 2011
1 parent ae81ec7 commit 6b45577
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: bcd4fe2f9e378eb8d4d07e3be69e3b82d5e6d4fc
refs/heads/master: 807caf261c5196b566964ccb9e12d3e25eee9c4a
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-agn.c
Original file line number Diff line number Diff line change
Expand Up @@ -3488,7 +3488,9 @@ int iwl_probe(void *bus_specific, struct iwl_bus_ops *bus_ops,
hw = iwl_alloc_all(cfg);
if (!hw) {
err = -ENOMEM;
goto out; }
goto out;
}

priv = hw->priv;

priv->bus.priv = priv;
Expand Down

0 comments on commit 6b45577

Please sign in to comment.