Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 246943
b: refs/heads/master
c: 0477ad7
h: refs/heads/master
i:
  246941: 1bc65c4
  246939: 73615ce
  246935: 3474d41
  246927: 583dbe3
  246911: 83fdc10
v: v3
  • Loading branch information
Sergei Shtylyov authored and John W. Linville committed Apr 19, 2011
1 parent 77f2487 commit 59af2c4
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: e5facc75fa9104f074c4610437a9c717c9e5ecde
refs/heads/master: 0477ad72a12d4ee3f588de9349012948ea25702b
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlegacy/iwl4965-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -3179,7 +3179,7 @@ static void iwl4965_hw_detect(struct iwl_priv *priv)
{
priv->hw_rev = _iwl_legacy_read32(priv, CSR_HW_REV);
priv->hw_wa_rev = _iwl_legacy_read32(priv, CSR_HW_REV_WA_REG);
pci_read_config_byte(priv->pci_dev, PCI_REVISION_ID, &priv->rev_id);
priv->rev_id = priv->pci_dev->revision;
IWL_DEBUG_INFO(priv, "HW Revision ID = 0x%X\n", priv->rev_id);
}

Expand Down

0 comments on commit 59af2c4

Please sign in to comment.