Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290762
b: refs/heads/master
c: 659373d
h: refs/heads/master
v: v3
  • Loading branch information
Emmanuel Grumbach authored and Wey-Yi Guy committed Feb 27, 2012
1 parent 1ad3064 commit 412fb0f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 378911233f424d7a1bf4a579587ae71c7d887166
refs/heads/master: 659373d5152705b83283860364bfd4e2b1422f7a
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)

#ifdef CONFIG_IWLWIFI_IDI
iwl_trans = iwl_trans_idi_alloc(shrd, pdev, ent);
if (trans == NULL) {
if (iwl_trans == NULL) {
err = -ENOMEM;
goto out_free_bus;
}
Expand Down

0 comments on commit 412fb0f

Please sign in to comment.