Skip to content

Commit

Permalink
iwlagn: fix misplaced bracket
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
  • Loading branch information
Emmanuel Grumbach authored and Wey-Yi Guy committed Jun 18, 2011
1 parent bcd4fe2 commit 807caf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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 807caf2

Please sign in to comment.