Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287699
b: refs/heads/master
c: c27111e
h: refs/heads/master
i:
  287697: 1deba0b
  287695: 0b8dfb9
v: v3
  • Loading branch information
Simon Graham authored and John W. Linville committed Feb 9, 2012
1 parent a35190d commit 6c6fe65
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: b57e6b560fc2a2742910ac5ca0eb2c46e45aeac2
refs/heads/master: c27111e5b8d6b1e9296f7075cdc35872f672b524
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/rtlwifi/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ static int rtl_pci_init(struct ieee80211_hw *hw, struct pci_dev *pdev)
return err;
}

return 1;
return 0;
}

static int rtl_pci_start(struct ieee80211_hw *hw)
Expand Down Expand Up @@ -1870,7 +1870,7 @@ int __devinit rtl_pci_probe(struct pci_dev *pdev,
}

/* Init PCI sw */
err = !rtl_pci_init(hw, pdev);
err = rtl_pci_init(hw, pdev);
if (err) {
RT_TRACE(rtlpriv, COMP_ERR, DBG_EMERG,
("Failed to init PCI.\n"));
Expand Down

0 comments on commit 6c6fe65

Please sign in to comment.